How to make the sample project executable?
withakhil opened this issue · 1 comments
Hi @kolorobot
I am trying to develop an application. I am using this spring-mvc-quickstart-archetype. I want to give it to the client as executable. I am able to run it using maven as -
mvn test tomcat7:run
When I searched on internet this one looks like the possible solution. http://stackoverflow.com/questions/574594/how-can-i-create-an-executable-jar-with-dependencies-using-maven?rq=1
But, your spring-mvc-quickstart-archetype is missing a fully.qualified.MainClass i guess, as mentioned in the answer.
Please help me in understanding this if there is a way around to run the project as executable or I am missing some pointer. Thanks in advance.
This project is an web application archetype. If you want to have a similar but executable get along with Spring Boot: http://blog.codeleak.pl/p/spring-boot.html