JAVA/Spring

[Springboot] 스프링부트 시작하기

clichy12 2023. 9. 3. 22:48
 

Eclipse Downloads | The Eclipse Foundation

The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 415 open source projects, including runtimes, tools and frameworks.

www.eclipse.org

Help - Eclipse Marketplace
Spring Tools 4 - Install
Confirm
I accept the terms of the license agreements - Finish
체크 박스 클릭 - Trust Selected
체크 박스 클릭 - Trust Selected
Restart Now
Spring Starter Project
Next
필요한 것들은 나중에 추가해보자. Spring Boot DevTools, Spring Web 체크 후, Finish

 

Project 우 클릭 - Run As - Spring Boot App 클릭하여 서버 실행
8080 포트로 서버 실행


Springboot 개발 환경 구축이 끝났다. 개발을 시작해보자

  1. Lombok
  2. MVC Pattern
  3. MyBatis
  4. yaml
  5. RestAPI
  6. Logging
  7. Batch
  8. + + + + +