일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- Open Source
- Source
- Core Java
- 설정
- Spring Boot
- 문서
- ubuntu
- AJAX
- 오픈소스
- IntelliJ
- PostgreSQL
- Docker
- oracle
- JavaScript
- Tomcat
- jpa
- myBatis
- JDBC
- error
- MySQL
- Eclipse
- Thymeleaf
- Python
- MSSQL
- maven
- SpringBoot
- Exception
- spring
- STS
- git
- Today
- Total
목록STS (18)
헤르메스 LIFE
개발환경Tools : STS 4.22.1.RELEASEJDK : zulu11.72.19-jdk11.0.23Framework : Spring Boot 2.7.18Database : PostgreSQL 16.3Cache NoSQL : Redis 7.2.5Build : Gradle프로젝트 생성Dependencies 선택Finish개발 소스https://github.com/hermeswing/SpringBootNRedis GitHub - hermeswing/SpringBootNRedisContribute to hermeswing/SpringBootNRedis development by creating an account on GitHub.github.comSpring-boot + Redis applicatio..
MyBatipse Plugin 입니다.MyBatis XML 개발 시 도움이 됩니다.[ Help >> Eclipse Marketplace ] https://github.com/mybatis/mybatipse GitHub - mybatis/mybatipse: Eclipse plugin adding support for MyBatis SQL Mapper Framework.Eclipse plugin adding support for MyBatis SQL Mapper Framework. - mybatis/mybatipsegithub.com https://blog.naver.com/hj_kim97/222350467396 [Eclipse]이클립스 MyBatipse 플러그인 설치 및 기능MyBatipse 플러그인 공식..
STS 4.x 에서 MyBatis 사용 시 아래의 구문에서 "downloading external resources is disabled." 라는 오류 메시지가 보여집니다.이게 실행이 안되는건 아닌데, 메시지가 거슬리긴 합니다. ㅡㅡ;;....첫번째 해결 방법은 아래와 같습니다.[Window >> Preference >> XML (Wild Web Developer) ] Download external resources like referenced DTD, XSD 를 체크해주면 해결됩니다.두번째 해결 방법은 Validation 체크를 하지 않는 겁니다.[ Window >> Preference >> XML (Wild Web Developer) >> Validation & Resolution ] Enable..
개발 환경을 이쪽 저쪽 옮겨 다니다보니 이런 오류가 발생했습니다.Unable to load annotation processor factory 'M2_REPO/org/bgee/log4jdbc-log4j2/log4jdbc-log4j2-jdbc4/1.16/log4jdbc-log4j2-jdbc4-1.16.jar' for project XXXX저는 아래와 같은 방법으로 처리 했습니다.1. 프로젝트 > 우클릭 >> Properties >> Java Compiler >> Annotation Processing >> Factory Path오류가 나는 파일을 선택 후 "Remove" 하고 "Apply" 합니다.2. 프로젝트 > 우클릭 >> Maven >> Update Project
Ubuntu 에 STS 를 설치해 봅니다.https://spring.io/tools Spring | Tools spring.io1. 다운로드2. 압축 풀기# zsh$ tar -zxvf spring-tool-suite-4-4.22.0.RELEASE-e4.31.0-linux.gtk.x86_64.tar.gz 오류 #1Linux ARM_64 버전은 아래와 같은 오류가 발생하며, 실행되지 않습니다.Exec format error# Exec format error$ ./SpringToolSuite4 zsh: exec 형식 오류: ./SpringToolSuite4오류 #2Ubuntu Linux에서 Marketplace 를 띄우면 아래와 같은 오류 메시지를 출력합니다.To suppress this warning, s..
STS Terminal 을 이용해서 Github와의 연동을 완료했습니다. 이제는 Github에 있는 Repository 내용을 Clone 받아 보겠습니다. 그러기 위해서는 로컬에 있는 octopus_backend 폴더를 삭제해야 합니다. https://hermeslog.tistory.com/675 [STS] Terminal을 이용한 Git 설정 STS 에서 Git을 연동하는 내용을 테스트 했습니다. https://hermeslog.tistory.com/674 [STS] STS에서 Github 연동 / 프로젝트 업로드 개발환경 STS 4.17.2.RELEASE Github https://hermeslog.tistory.com/464 [Git] Windows 10 Git 설치 G hermeslog.tisto..
STS 에서 Git을 연동하는 내용을 테스트 했습니다. https://hermeslog.tistory.com/674 [STS] STS에서 Github 연동 / 프로젝트 업로드 개발환경 STS 4.17.2.RELEASE Github https://hermeslog.tistory.com/464 [Git] Windows 10 Git 설치 Git 2.30.0 ( git-scm.com/ ) 갓대희님의 블러그를 보고 따라했습니다. ( goddaehee.tistory.com/216 ) 설치 시 자세한 설명이 적혀있 hermeslog.tistory.com 그런데, 사실 STS에서 Git을 사용하는 것보단, Git Bash를 이용해서 형상관리를 하는 방법이 더 쉽다라는 말( 귀가 얇은 탓에... )이 있어서 테스트 해봤..
개발환경 STS 4.17.2.RELEASE Github https://hermeslog.tistory.com/464 [Git] Windows 10 Git 설치 Git 2.30.0 ( git-scm.com/ ) 갓대희님의 블러그를 보고 따라했습니다. ( goddaehee.tistory.com/216 ) 설치 시 자세한 설명이 적혀있으니 참고하세요~~ 설명은 이분걸 참고했습니다. ( atoz-develop.tistory.com/entry/%EC% hermeslog.tistory.com Github 연동 1. Git Hub >> 신규 Repository 생성 1-1. Repository 생성 1-2. Repository 생성 2. STS >> 오른쪽 상단에 아이콘을 클릭합니다. 3. Git 4. Clone a..
Fastcampus 강의를 듣고 환경셋팅을 따라하다가 기록을 남기게 되었습니다. STS 3.9.17 https://docs.spring.io/sts/nan/v3917/NewAndNoteworthy.html Spring Tool Suite 3.9.17 - New and Noteworthy Spring Tool Suite 3.9.17: New and Noteworthy Important Note This is a minor bugfix and maintenance release that we ship to our existing STS3 users beyond the announced maintenance lifespan for your convenience. We strongly recommend to u..
새로운 버전으로 설치해봤습니다. 특별히 설치하는 방법이 달라지진 않았습니다. https://hermeslog.tistory.com/564?category=1077701 [STS] STS 설치 - 4.13.1.RELEASE 어느 순간부터 STS 설치하는 방법이 낫설어 졌습니다. jar 파일로 다운되기 시작해서입니다. 그냥 기억하기 위해 기록을 남겨둡니다. 1. 다운로드 ( https://spring.io/tools ) 2. spring-tool-suite-4-4.13.1.RELEASE hermeslog.tistory.com 1. 다운로드 ( https://spring.io/tools ) 2. spring-tool-suite-4-4.17.1.RELEASE-e4.26.0-win32.win32.x86_64.se..