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
Typos are a possible reason for this error.
Be sure to check you wrote spring-boot and not e.g. springboot or sprint-boot or springbok or whatever.
spring-boot
springboot
sprint-boot
springbok
Also check the ordering : use spring-boot:run and not run:spring-boot.
spring-boot:run
run:spring-boot