josemiguelgomes / spring-diving-school

Dive School App
Apache License 2.0
1 stars 0 forks source link

mvn spring-boot:run is buggy #90

Open josemiguelgomes opened 2 years ago

josemiguelgomes commented 2 years ago

We hava a failed: failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.1.0.RELEASE:run (default-cli) on project zem-diving-school: Unable to find a suitable main class, please add a 'mainClass' property

josemiguelgomes commented 2 years ago

For now we can do:

mvn clean package spring-boot:repackage
java -jar diving-school-web/target/diving-school-web-0.0.1-SNAPSHOT.jar