일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ubuntu
- myBatis
- Spring Boot
- JDBC
- git
- Source
- JavaScript
- 문서
- STS
- Python
- jpa
- Thymeleaf
- Open Source
- IntelliJ
- 오픈소스
- Docker
- spring
- MSSQL
- AJAX
- Tomcat
- PostgreSQL
- oracle
- Core Java
- SpringBoot
- maven
- Eclipse
- Exception
- MySQL
- error
- 설정
- Today
- Total
목록Eclipse와 IntelliJ 관련 (18)
헤르메스 LIFE
https://hermeslog.tistory.com/536 [Settings] >> [Plugins] > lombok 설치 1-2. Enable annotation processing 체크 1-3. 단축키 ( Alt + Ins ) Getter, Setter 뿐만 아니라, Cons.." data-og-host="hermeslog.." data-og-host="hermeslog.tistory.com" data-og-source-url="https://hermeslog.tistory.com/536" data-og-url="https://hermeslog.tistory.com/536" data-og-image="https://scrap.kakaocdn.net/dn/uJuys/hyMxxjscWd/eMnZdxbM..
https://hermeslog.tistory.com/443> [Settings] >> [Plugins] > lombok 설치 1-2. Enable annotation processing 체크 1-3. 단축키 ( Alt + Ins ) Getter, Setter 뿐만 아니라, Cons.." data-og-host="hermeslog.tistory.com" data-og-source-url="https://hermeslog.tistory.com/443" data-og-url="https://hermeslog.tistory.com/443" data-og-image="https://scrap.kakaocdn.net/dn/fKCxt/hyMxxw1NOx/tor1dposAKyWQv1lFD5WtK/img.jpg?wid..
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..
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..
IntelliJ 를 사용하면서, package springfox.documentation.builders does not exist 같은 오류가 발생 했습니다. Swagger 를 Dependency 했는데, IntelliJ 가 그 설정을 확인하지 못하고 있는 오류 입니다. IntelliJ 가 좋은 프로그램인건 맞는데... 이런 오류는 좀 힘들게 하네요. 오류는 보이는 데, Tomcat 서버도 정상적으로 띄워지네요. 개발환경 Ubuntu 22.04.3 LTS IntelliJ 2023.3.3 Ultimate Swagger 3.x Gradle 추가적으로 Gradle dependency를 추가했고, 소스를 정상적으로 개발했는데... Server를 띄우면 Class를 찾을 수 없다는 오류가 발생하는 경우가 있습니..
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..
1. Run 선택 2. Run Configurations 설정 Goals : pakage Profiles : pom.xml (지움)
1. Plugin 설치 [File] > [Plugins] > Lombok 2. Lombok Dependency 설정 Maven org.projectlombok lombok true Gradle dependencies { compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' } 3. Lombok requires annotation processing Plugin 설치 후 Restart 되면, 우측하단에 알림을 선택. 수동으로 Enable 방법은 [File] > [Settings] > [Build, Execution, Deployment] > [Compiler] > [Annotation Processors] ..