====== STS ====== * description : STS관련 내용 정리 * author : 주레피 * email : dhan@repia.com * lastupdate : 2022-09-22 ===== Intro ===== ===== 설정 파일 ===== SpringToolSuite4.ini -startup plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.600.v20220720-1916 -product org.springframework.boot.ide.branding.sts4 --launcher.defaultAction openFile -vm #plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.4.v20221004-1257/jre/bin C:/JAVA/openjdk-11.0.2/bin -vmargs --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/sun.security.ssl=ALL-UNNAMED -Dosgi.requiredJavaVersion=11 -Dosgi.dataAreaRequiresExplicitInit=true -Xms1024m -Xmx4096m --illegal-access=permit --add-modules=ALL-SYSTEM -XX:permSize=128m ===== 설치후 할일 ===== 다크 모드 \\ Editors 변경(Jetbrains MONO, Show whitespace characters, Autosave) \\ Preferences 변경(Save Actions, Limit console output 체크 해제, ) \\ Java EE Windows 변경(Packages, Navigator, Servers, Boot Dashboard, Terminal, Git Staging, Git Repositories, Link with editor On) \\ Content Assist(자동완성기능) Ctrl+Space가 아니더라도 가능하도록 수정 \\ PropertiesEditor > 에디터 색상변경(프로퍼티 키, 프로퍼티 값) \\ ==== Plugins ==== Eclipse Enterprise Java and Web Developer Tools 3.x \\ PathTools(수동) \\ Autodetect Encoding \\ Remote System Explorer \\ Properties Editor \\ Grep Console \\ ==== Settings, Preferences ==== Java > Installed JREs (LTS 버전 등록) \\ Server > Runtime Environments (tomcat 8.5, tomcat 9.x) \\ ==== Project ==== Open Resource 설정(Exclude target, bin 패턴 등록) \\ ===== Term ===== ===== Tip ===== ===== Troubleshooting ===== ===== Ref ===== * [[https://animal-park.tistory.com/280|STS Lombok 적용하기]] {{tag>sts 주레피}}