Minimal spring-boot microservice template.
- Java 22
- Gradle 8.9
- Spring Boot 3
./gradlew bootRun
curl http://localhost:9000/hello
- 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