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'
초기 셋팅 가이드 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
댓글