본문 바로가기
반응형

Tool/Eclipse5

Eclipse Lombok 적용 Eclipse Lombok 설치하여 사용하기 Intellj 에서는 설치 없이 사용하다 STS 에서 프로젝트를 진행하려다 보니 Lombok 관련 오류가 발생하게되어 따로 lombok을 설치 하면서 정리 설치방법 1. 다운로드 https://projectlombok.org/ 2. 설치 Lombok.jar 다운로드를 후 cmd를 열어 java -jar lombok.jar 를 실행 eclipse ,sts 가 설치된 경로를 지정하여 설치 완료 3. 설치확인 설치가 완료 후 eclipse, sts ini 파일 확인 설치가 완료 됐어도 바로 적용이 안되어있을 수 있으니 maven update나 gradle build 진행 2022. 11. 7.
Windows STS 설치 Windows STS 설치 설치방법 0. JDK 설치되어 있어야함 https://devhj.tistory.com/32?category=901011 1. 다운로드 https://spring.io/tools Spring Tools 4 is the next generation of Spring tooling Largely rebuilt from scratch, Spring Tools 4 provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE. spring.io 2. 설치 예전 버전은 zip 형태로 제공되어 압축해.. 2022. 10. 28.
STS Java Virtual Machine Launcher 오류 개발환경 Os Windows 10 IDE STS 3.9.5 Jdk 1.8.0_172 Spring 5.0.9.RELEASE View Thymeleaf 1. Java Virtual Machine Launcher 오류 - 현재 로컬에 설정되어있는 STS.ini -startup plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.700.v20180518-1200 -product org.springsource.sts.ide --launcher.defaultAction openFile -vmargs -vm C:/Pro.. 2018. 10. 4.
STS.ini 및 이클립스 설정변경 STS.ini 및 이클립스 설정변경 개발환경 Os Windows 10 IDE STS 3.9.5 Jdk 1.8.0_172 1. STS.ini 최적화 설정변경 현재 사용중인 STS.ini 설정내용 -startup plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.700.v20180518-1200-productorg.springsource.sts.ide--launcher.defaultActionopenFile-vmargs-Dosgi.requiredJavaVersion=1.8-vmC:/Program Files/Jav.. 2018. 9. 26.
SpringSTS Darkest Drak Theme 적용 IDE : SpringSTS 3.9.5 (Eclipse photon 4.8) Darkest Dark Theme 사이트 : https://marketplace.eclipse.org/content/darkest-dark-theme-devstyle Darkest Dark Theme 는 이클립스 4.6이상 부터 지원 기존에는 Eclipse Moonris UI Theme 를 사용했었는데 버튼변화를 주고싶어서 사용하게됨. Help > Eclipse Marketplace 2018. 9. 21.
반응형