A template REST API project with
- SpringBoot (pure Java)
- JPA (H2 DB in memory)
- API REST with Swagger site
- Apache FreeMarker Template
Are you looking for SmartREST Kotlin Edition? Here it is: https://github.com/guildenstern70/SmartREST
gradle clean assemble
docker build --platform linux/amd64 -t smartrest:1.0 .
docker tag smartrest:1.0 docker.io/[your_user]/smartrest:1.0
docker run --publish 8080:8080 --name SmartRest smartrest:1.0