1. JDK 11 설치
https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html
Java Archive Downloads - Java SE 11
WARNING: Older versions of the JDK are provided to help developers debug issues in older systems. They are not updated with the latest security patches and are not recommended for use in production. For production use Oracle recommends downloading the late
www.oracle.com
2. MySQL 설치
https://dev.mysql.com/downloads/mysql/
MySQL :: Download MySQL Community Server
Select Version: 8.4.0 LTS 8.0.37 Select Operating System: Select Operating System… Microsoft Windows Ubuntu Linux Debian Linux SUSE Linux Enterprise Server Red Hat Enterprise Linux / Oracle Linux Fedora Linux - Generic Oracle Solaris macOS Source Code Se
dev.mysql.com
3. STS 설치
Spring | Tools
spring.io
설치한 후 sts-...-RELEASE 폴더를 C:\에 옮긴다.
4. STS 실행
5. Developer Tools 설치
STS는 기본적으로 java 개발 환경만 제공하기 때문에 jsp, js 등을 사용하려면 플러그인을 설치해야 한다.
6. 환경 설정
1) 다크 모드
2) 폰트 설정
3) File Associations
*.css, *.js, *.jsp 등이 있는지 확인하고, 없으면 추가해준다.
4) UTF-8 설정
환경 설정 창에서 'enc' 라고 검색해서, 모든 Encoding을 UTF-8로 설정한다.
5) 코드 줄맞춤이 제대로 되도록 너비 설정
7. Lombok 세팅
https://projectlombok.org/download
Download
projectlombok.org
8. 프로젝트 세팅
https://young0105.tistory.com/211
[Spring Boot] 프로젝트 초기 세팅
1. 워크 스페이스 생성 + 깃 허브 등록 [이클립스 환경 설정] - UTF-8 설정 - 다크 모드 - 폰트 (D2 Coding) - File Associations에 *.css, *.js, *.jsp 있는지 확인하고 없으면 add
young0105.tistory.com
'Java > Spring Boot' 카테고리의 다른 글
[Spring Boot] JPA 기초 개념 (0) | 2023.07.11 |
---|---|
[Spring Boot] CSRF (사이트 간 요청 위조) (0) | 2023.06.18 |
[Spring Boot] AJAX 통신 시 데이터를 통일된 방식으로 반환하기 (0) | 2023.06.01 |
[Spring Boot] CoolSMS를 활용한 문자 발송 기능 구현 (0) | 2023.05.24 |
[Spring Boot] 렌더링 방식 (CSR, SSR) (0) | 2023.05.11 |