How to repackage your project to get a standalone jar-file containing all dependencies.
mvn clean install
Launch the generated *-boot.jar file:
cd target
java -jar spring-boot-maven-plugin-example-0.0.1-SNAPSHOT-boot.jar
See pom.xml, look for spring-boot-maven-plugin in pluginManagement and plugins.
This project is licensed under the MIT License - see the LICENSE file for details