allen-ball / spring-boot-hello-world
Provides a Spring Boot "Hello, World" application and reference implementations for a number of packaging options.
spring-boot-hello-world
Provides a Spring Boot "Hello, World" application and reference implementations for a number of packaging options.
Subdirectory | Description |
---|---|
jar | Application JAR |
war | JAR repackaged as WAR |
server | Self-contained JAR: java -jar hello-server-1.0.0.jar
|
service | Self-contained executable: ./hello-service-1.0.0.jar
|
gae | JAR repackaged as WAR to be deployed to Google App Engine |
jib | JAR repackaged as WAR for container |
Top comments (0)