STS - sts3 설치
2022. 9. 13. 05:42
설정/STS
https://github.com/spring-attic/toolsuite-distribution/wiki/Spring-Tool-Suite-3 GitHub - spring-attic/toolsuite-distribution: the distribution build for the Spring Tool Suite and the Groovy/Grails Tool Suite the distribution build for the Spring Tool Suite and the Groovy/Grails Tool Suite - GitHub - spring-attic/toolsuite-distribution: the distribution build for the Spring Tool Suite and the Gro..
eclipse - eclipse, sts4 설치
2022. 9. 13. 05:36
설정/Eclipse
설치파일 다운로드 https://spring.io/tools#main 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 https://www.eclipse.org/downloads/ Eclipse Downloads | The Eclipse Foundation The Eclipse Foundation - h..
eclipse - Dynamic web Project 가 없을 때
2022. 9. 6. 09:46
설정/Eclipse
1. Help - Instal New Software 2. Work with - 이클립스 버젼 선택 3. 아래 쪽에 Web, XML, Java EE and OSFI Enterprise Development 항목 선택 후 옆의 더보기 화살표 클릭 4. 설치 Eclipse Java EE Developer tools Eclipse Java Web Developer tools Eclipse Web Developer tools Eclipse XSL Developer tools 체크 후 설치
eclipse - "Polling news feeds"
2022. 9. 6. 09:31
설정/Eclipse
[Window] - [Preferences] - [General] - [News] 체크해제 Enable automatic news polling - Apply and Close
Color
2022. 6. 17. 21:50
설정/Material Design
https://material.io/design/color/the-color-system.html#tools-for-picking-colors
단축키
2021. 11. 5. 00:59
설정/자바설정
★ 단축키 ALT + Left(Right) : 이전, 이후 작업 화면 Alt + Shift + A : 세로 블럭 지정이 가능한 모드로 변경 된다. Alt + Shift + R : Refactoring (이름변경) - Refactoing 으로 전체 소스에서 이름변경에 의한 참조 정보를 변경해 준다 Alt + Shift + J : 자동으로 주석 달기 (메소드나 멤버변수에 포커스 두고 실행) Ctrl + Space : 입력 보조장치(Content Assistance) 강제 호출 → 입력하는 도중엔 언제라도 강제 호출 가능함 Ctrl + L : 특정 줄 번호로 이동 Ctrl + D : 한 줄 삭제 Ctrl + W : 파일 닫기 Ctrl + I : 들여쓰기 자동 수정 Ctrl + M : 전체화면 토글 Ctrl +..