Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 530 Bytes

File metadata and controls

26 lines (16 loc) · 530 Bytes

Example spring-boot-maven-plugin

How to repackage your project to get a standalone jar-file containing all dependencies.

Build

mvn clean install

Launch standalone jar

Launch the generated *-boot.jar file:

cd target
java -jar spring-boot-maven-plugin-example-0.0.1-SNAPSHOT-boot.jar

Configuration

See pom.xml, look for spring-boot-maven-plugin in pluginManagement and plugins.

License

This project is licensed under the MIT License - see the LICENSE file for details