https://github.com/chenrui333/spring-boot-template
Spring boot template
https://github.com/chenrui333/spring-boot-template
spring-boot
Last synced: 4 months ago
JSON representation
Spring boot template
- Host: GitHub
- URL: https://github.com/chenrui333/spring-boot-template
- Owner: chenrui333
- License: mit
- Created: 2017-09-27T20:10:00.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T15:47:40.000Z (4 months ago)
- Last Synced: 2025-03-14T21:09:23.955Z (4 months ago)
- Topics: spring-boot
- Language: Java
- Homepage:
- Size: 549 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot Template

[](https://codecov.io/gh/chenrui333/spring-boot-template)Minimal spring-boot microservice template.
## Dependencies
- Java 22
- Gradle 8.9
- Spring Boot 3## How to run and test the app
- `./gradlew bootRun`
- `curl http://localhost:9000/hello`## build performance
- without cache, 1m27s, build run, https://github.com/chenrui333/spring-boot-template/actions/runs/2162133074
- with cache, 1m9s, build run, https://github.com/chenrui333/spring-boot-template/runs/6010214055
- with cache, 54s, build run, https://github.com/chenrui333/spring-boot-template/runs/2162167587
- with cache, 53s, build run, https://github.com/chenrui333/spring-boot-template/runs/2162182351