https://github.com/snowdrop/spring-boot-blank-template
https://github.com/snowdrop/spring-boot-blank-template
blank
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snowdrop/spring-boot-blank-template
- Owner: snowdrop
- License: apache-2.0
- Created: 2017-07-04T09:11:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T12:06:38.000Z (about 8 years ago)
- Last Synced: 2025-01-15T07:38:17.946Z (over 1 year ago)
- Topics: blank
- Language: HTML
- Size: 8.79 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Spring Boot Application
- Compile and bootstrap Spring boot as such
```bash
mvn compile
mvn spring-boot:run
```
- Open home page `index.html` within your favorite browser `http://localhost:8080`