백엔드/Spring Boot

[Spring Boot] IntelliJ 스프링 프로젝트 시작

an_apricot__ 2022. 12. 3. 17:24

 

Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.0

=> 스프링부트 프로젝트 버전을 2.7.6으로 설정

 

 

// application.properties
server.port=8088