My first Spring Boot project with Kotlin
Generated with Spring Initializr
Inspired by the course Learning Spring 6 with Spring Boot 3
make build
make run
Then open http://localhost:8080/h2-console to access the H2 database.
make lintCheck
make lintFormat
For further reference, please consider the following sections:
- Official Gradle documentation
- Spring Boot Gradle Plugin Reference Guide
- Create an OCI image
- Spring Web
The following guides illustrate how to use some features concretely:
- Building a RESTful Web Service
- Serving Web Content with Spring MVC
- Building REST services with Spring
These additional references should also help you: