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
In my case, my maven variable environment was M2_HOME, so I've changed to MAVEN_HOME and worked.