Skip to content

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

License

Notifications You must be signed in to change notification settings

nnamtug/spring-boot-maven-plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages