https://github.com/romenrg/java-spring-boot-boilerplate
https://github.com/romenrg/java-spring-boot-boilerplate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/romenrg/java-spring-boot-boilerplate
- Owner: romenrg
- Created: 2018-09-22T04:30:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T11:26:35.000Z (over 4 years ago)
- Last Synced: 2025-02-21T23:48:58.675Z (about 2 months ago)
- Language: Java
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Spring Boot Boilerplate
Basic helloworld project with Spring.
# Creating it
The source files have been manually created following the example in the official guide:
https://docs.spring.io/spring-boot/docs/current/reference/html/getting-started-first-application.html.# Running it
`mvn spring-boot:run`