Search code examples
javaspring-bootjar

Spring boot application main, not recognized in jar


Here is my file structure:

enter image description here

Here is my plugin:

enter image description here

Error when running jar:

enter image description here

I maven clean > maven package... to build the jar

Any idea where I have gone wrong? Thank you


Solution

  • @Andy Wilkinson "I would remove the assembly plugin. You can use start.spring.io to generate a Spring Boot project that uses Maven with the recommended configuration."

    I did this, and the JAR now finds the main class