Skip to content

Testing ground for exploring Spring Boot's features and capabilities

License

Notifications You must be signed in to change notification settings

tdiprima/spring-boot-testbed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-testbed

  1. Run DemoApplication.java
  2. Go to http://localhost:8080/

Or:

Build jar

mvn clean package

Run jar

java -jar target/demo-1.0.0.jar

Build Mac app

mvn jpackage:jpackage@mac
# or
jpackage \
--name HelloSpringBoot \
--dest ./dist \
--verbose \
--type dmg \
--app-version 1.0.0 \
--description "Hello Spring Boot" \
--input ./target \
--install-dir /Applications \
--vendor "Testing" \
--main-jar demo-1.0.0.jar \
--java-options -Dfile.encoding=UTF-8

This project may include third-party open-source code, subject to its original licenses.
If there is a licensing concern, please open an issue.

About

Testing ground for exploring Spring Boot's features and capabilities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages