공부
Spring Boot application can't resolve the org.springframework.boot package
승가비
2020. 7. 13. 23:57
728x90
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.2.RELEASE</version>
</parent>
Spring Boot application can't resolve the org.springframework.boot package
I have set up a spring boot project using the Spring Initializer, I tried several times to create a new project or play with the dependencies, everything seems to be in place. I am using STS(Sprin...
stackoverflow.com
728x90