Issue deploying Spring Boot app
faddie
HOBBYOP
2 years ago
I am trying to deploy my spring boot app and it fails bc:
Starting Container
no main manifest attribute, in target/demos-0.0.1-SNAPSHOT.jar
container event container died
This is a maven project and I have specified the main class on pom.xml
org.apache.maven.plugins
maven-compiler-plugin
3.11.0
17
17
true
lib/
com.notify.demos
Any idea why it is failing to start?
Thanks
0 Replies