https://github.com/peterchenhdu/helloworld
Spring Boot & Spring IO Platform Example.
https://github.com/peterchenhdu/helloworld
Last synced: 4 months ago
JSON representation
Spring Boot & Spring IO Platform Example.
- Host: GitHub
- URL: https://github.com/peterchenhdu/helloworld
- Owner: peterchenhdu
- License: mit
- Created: 2017-01-18T03:26:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T04:21:50.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T19:52:22.030Z (5 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helloworld
Spring Boot & Spring IO Platform Example.###package
mvn package###run
mvn spring-boot:run
java -jar target/helloworld-0.0.1-SNAPSHOT.jar###access
http://localhost:8080/
55466
66