본문 바로가기
카테고리 없음

옛 SpringBoot 프로젝트 버전올리기 5 - Could not find org.springframework.boot:spring-boot-starter-actuator:.

by 인기쟁이 돌고래 2021. 5. 9.
Could not find org.springframework.boot:spring-boot-starter-actuator:.

빌드오류내용

 

 

dependency management가 없어서 생긴 문제로 해당 plugin을 추가해준다.

plugins.gradle.org/plugin/io.spring.dependency-management

classpath("io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE")
apply plugin: 'io.spring.dependency-management'

 

plugin 추가 

 

 

초기 셋팅 가이드 Gradle참고 

spring.io/guides/gs/spring-boot/

 

Building an Application with Spring Boot

this guide is designed to get you productive as quickly as possible and using the latest Spring project releases and techniques as recommended by the Spring team

spring.io

 

댓글