Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 294 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 294 Bytes

spring-boot-sample

Spring Boot app designed for training purpose.

Tools required

You need a JDK 21 to build and run this app.

Build

./gradlew build

Run

java -jar build/libs/spring-boot-sample-0.0.1-SNAPSHOT.jar

Docker image

./gradlew jibDockerBuild