Written on
·
410
0
Answer 2
0
지나가다가 도움 될 수도 있어 글 남겨봅니다.
spring-boot-starter-parent 버전을 2.1.0이상으로 올려보시겠어요~?
참고 : https://stackoverflow.com/questions/72088391/spring-boot-cannot-load-configuration-class
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.6.RELEASE</version>
<type>pom</type>
</dependency>
0
이렇게 말고는 다른 것은 없습니다 ㅠ