반응형

스프링 부트 프로젝트 생성

 

eclipse를 통한 생성

프로젝트명: fastlms

 

 

New Project

 

 

New Spring Starter Project

  • Name: fastlms
  • Group: com.zerobase
  • Description: FastLMS project for Spring Boot
  • Package: com.zerobase.fastlms

 

 

New Spring Starter Project Dependencies

  • Spring Boot DevTools
  • Lombok
  • Thymeleaf
  • Spring Web

 

 

프로젝트 생성 완료

 

 

Run - Spring Boot App

 

 

localhost:8080

Whitelabel Error Page

 

 

New Java Class

  • Name: MainPage

 

 

MainPage.java

 

 

localhost:8080 with text "HELLO"

 

 

반응형

+ Recent posts