Skip to content

aalmiray/sb-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sb-cli

Sample Spring Boot CLI application.

Shows how a Spring Boot application may be configured and packaged to create native executables with GraalVM Native Image, as well as creating binary distributions (packaged as .zip and .tar.gz), finally publishing said binaries as assets on a Git release via JReleaser.

Building

$ ./mvnw -Pnative package -DskipTests

Packaging

$ ./mvnw -Pdist package -DskipTests

Releasing

Posting a release from a local environment only when binaries for the current platform are available

$ ./mvnw -Prelease jreleaser:release -Djreleaser.select.current.platform

About

Sample Spring Boot CLI application

Resources

License

Stars

Watchers

Forks

Contributors

Languages