I am trying to build a springboot project I built with Spring Tools Suite. I get the following error when I execute $mvn spring-boot:run
$mvn spring-boot:run
Downlo
If you are using Spring Boot for application, forgetting to add
org.springframework.boot spring-boot-starter-parent 1.2.7.RELEASE
can cause this issue, as well as missing these lines
spring-releases https://repo.spring.io/libs-release spring-releases https://repo.spring.io/libs-release