Notice
Recent Posts
Recent Comments
Link
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Tags
more
Archives
Today
Total
관리 메뉴

main

[Spring] 스프링 설치 및 기본 설정 (2020년 버전) 본문

Java/Spring

[Spring] 스프링 설치 및 기본 설정 (2020년 버전)

1984 2022. 9. 24. 15:56

1. spring tools 3(sts) download

https://spring.io/tools3/sts/all

 

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

2. lombok 설정하기(cmd 창, 경로가 자바로 설정되어 있으면 그냥 더블클릭해도 됨)

3. workspace 경로 설정 (C:\src\springWork)

4. 서버 삭제(안 쓸거임)/ bootDashBoard 끄기
5. 웹 브라우저 설정 : Window - WebBrowser - Chrome
6. font 설정, enc UTF-8설정하기
7. New - New Spring Starter Project(lib download-spring web) finish

- 프로젝트 생성 시 필요한 라이브러리를 먼저 설치할 수 있다.

* pom.xml; 버전관리용

spring에서 pom.xml을 제외하고 xml file은 없다.

- 필요한 라이브러리가 있을 때는 mvnrepository에서 경로를 복사해 pom.xml에 붙여넣어준다.

 

728x90
Comments