반응형
SMALL
1. Show heap status
- Window - Pregerences
- Shop heap Status 체크 후 Apply
- 하단에 heap status가 생성된 것을 확인
STS가 버벅거릴 때, 🗑휴지통 아이콘을 클릭해, 메모리 정리를 할 수 있다.
- 만약 메모리가 너무 작다면, SpringToolSuite4.ini을 Open
- 첫 번째 Xms를 원하는 크기로 변경
- STS를 재실행하면, 메모리가 변경된 것을 확인할 수 있다.
2. UTF-8
- Window - Preferences
- General - Content Type -> Text 선택 -> Default encoding: UTF-8 입력 후 Update
- Text - JavaProperties File 선택 -> Default encoding: UTF-8 입력 후 Update
- Text - Spring Properties File 선택 -> Default encoding: UTF-8 입력 후 Update
- General - Workspace -> Text file encoding: UTF-8로 변경 후 Apply
- Web - CSS Files -> Encoding: ISO 10646/Unicode(UTF-8)로 변경 후 Apply
- Web - HTML Files -> Encoding: ISO 10646/Unicode(UTF-8)로 변경 후 Apply
3. 패키지 구조 변경
- 메뉴바 클릭 -> Package Presentation - Hierachical 선택
4. 탭 변경
- Window - Shop View - Other [단축키 Alt + Shigt + Q, Q]
- Breakpoints 추가
- History 추가
- Window - Shop View - Console, Search, Tasks 선택
- 확인
5. Perspective 변경
- Package Explorer에서 오른쪽 마우스 클릭했을 때, New에서 나오는 것들
- Window - Perspective - Customize Perspertive...
- Shortcuts -> other -> CSS File, HTML File 체크
- XML 체크
- 확인
반응형
LIST
'Dev.log > Spring Boot' 카테고리의 다른 글
[SpringBoot] 설치 (0) | 2022.08.15 |
---|