| 양쪽 이전 판
이전 판
다음 판
|
이전 판
|
wiki:eclipse:sts [2022/09/22 16:18] dhan |
wiki:eclipse:sts [2023/02/01 14:08] (현재) sgjang 할 일 선택되지 않음: Editors 변경(Jetbrains MONO, Show whitespace characters, Autosave) |
| | |
| ===== Intro ===== | ===== Intro ===== |
| | |
| | ===== 설정 파일 ===== |
| | SpringToolSuite4.ini |
| | <code bash> |
| | -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 |
| | </code> |
| ===== 설치후 할일 ===== | ===== 설치후 할일 ===== |
| <todo> 다크 모드</todo> \\ | <todo> 다크 모드</todo> \\ |
| <todo> Preferences 변경(Save Actions, Limit console output 체크 해제, )</todo> \\ | <todo> Preferences 변경(Save Actions, Limit console output 체크 해제, )</todo> \\ |
| <todo> Java EE Windows 변경(Packages, Navigator, Servers, Boot Dashboard, Terminal, Git Staging, Git Repositories, Link with editor On)</todo> \\ | <todo> Java EE Windows 변경(Packages, Navigator, Servers, Boot Dashboard, Terminal, Git Staging, Git Repositories, Link with editor On)</todo> \\ |
| <todo> </todo> \\ | <todo> Content Assist(자동완성기능) Ctrl+Space가 아니더라도 가능하도록 수정</todo> \\ |
| | <todo> PropertiesEditor > 에디터 색상변경(프로퍼티 키, 프로퍼티 값)</todo> \\ |
| |
| ===== Plugins ===== | ==== Plugins ==== |
| <todo>Eclipse Enterprise Java and Web Developer Tools 3.x</todo> \\ | <todo>Eclipse Enterprise Java and Web Developer Tools 3.x</todo> \\ |
| <todo>PathTools(수동)</todo> \\ | <todo>PathTools(수동)</todo> \\ |
| <todo>Grep Console</todo> \\ | <todo>Grep Console</todo> \\ |
| |
| ===== Settings, Preferences ===== | ==== Settings, Preferences ==== |
| <todo>Java > Installed JREs (LTS 버전 등록)</todo> \\ | <todo>Java > Installed JREs (LTS 버전 등록)</todo> \\ |
| <todo>Server > Runtime Environments (tomcat 8.5, tomcat 9.x)</todo> \\ | <todo>Server > Runtime Environments (tomcat 8.5, tomcat 9.x)</todo> \\ |
| |
| | ==== Project ==== |
| | <todo>Open Resource 설정(Exclude target, bin 패턴 등록)</todo> \\ |
| | |
| ===== Term ===== | ===== Term ===== |