Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenrui333/spring-boot-template
Spring boot template
https://github.com/chenrui333/spring-boot-template
spring-boot
Last synced: 3 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T04:24:10.000Z (4 months ago)
- Last Synced: 2024-10-12T20:56:53.978Z (3 months ago)
- Topics: spring-boot
- Language: Java
- Homepage:
- Size: 490 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot Template
![CI](https://github.com/chenrui333/spring-boot-template/workflows/ci/badge.svg)
[![codecov](https://codecov.io/gh/chenrui333/spring-boot-template/branch/main/graph/badge.svg?token=PmeCqKHbTR)](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