일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Tomcat
- 문서
- 오픈소스
- JDBC
- Docker
- STS
- AJAX
- Source
- Python
- maven
- myBatis
- SpringBoot
- jpa
- MSSQL
- Spring Boot
- ubuntu
- oracle
- Thymeleaf
- MySQL
- Open Source
- git
- JavaScript
- error
- PostgreSQL
- IntelliJ
- Eclipse
- Exception
- Core Java
- 설정
- spring
- Today
- Total
목록Eclipse (47)
헤르메스 LIFE
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
1. GeneralHeap 상태바 보여주기1-1. Encoding 설정Windows > Preferences > General > Workspace >> Text file encoding >> UTF-81-2. Font 설정Windows > Preferences > General > Appearance > Colors and Fonts >> 프로그램 가능한 폰트는 모두 폰트를 고정폭 폰트로 변경1-3. Tab width 변경 및 공백 제거Windows > Preferences > General > Editors > Text Editors >> Displayed tab width : 4Windows > Preferences > General > Editors > Text Editors >> Insert s..
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..
개발환경 : Nexacro, Eclipse, SVN Nexacro Editor 를 띄우고, svn Sync를 받으면 svn lock 이 걸리는데, 이 lock은 clean up으로도 풀리지 않습니다. 1. DB Browser for SQLite .를 설치합니다. https://sqlitebrowser.org/ DB Browser for SQLite DB Browser for SQLite The Official home of the DB Browser for SQLite Screenshot What it is DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design, and edit database f..
Java Core Source를 테스트하려고 개발환경을 구축해봤는데 Lib 추가하는게 괴롭네요. 그래서 Maven 이나 Gradle로 Dependency 되는 환경을 찾아봤더니 있네요. ㅎㅎ 출처 : https://jiurinie.tistory.com/123 이클립스에서 Gralde Project 생성하기(feat. java-library) 이클립스에서 Gralde Project 생성하기 Gralde Project를 생성하려면 우선 Gradle이 설치되어 있어야 한다. Eclipse Marketplace에서 Buildship Gradle Intergration 3.0을 설치하자. installed 표시가 아니라면 설치가 되어 jiurinie.tistory.com 개발환경 STS 4.17.2.RELEASE..
새로운 버전으로 설치해봤습니다. 특별히 설치하는 방법이 달라지진 않았습니다. 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..