This is a demo Kotlin Spring Boot Webserver with a hibernate JPA and generated OpenApi model. Also testing the Kotlin Gradle DLS
Execute the gradle Task Shared > other > buildKotlinSpring
You can also uncomment in Shared the JavaCompile Task
Then you can use the Run Command in Backend
- Kotlin
- Gradle DSL Kotlin
- Hibernate
- SQLite
- Spring Boot
- OpenAPI Generator
- React
is a small React App that uses generated code to fetch data
- yarn generate command is needed to generate the api calls
Libary that contains the generated Kotlin OpenApi Code
- /specs/ contains the OpenApi Model
Backend Server Needs the Shared library to run, hibernate creates the necessary Database
Import Shared/specs/basic.yml in Postman and try some API Calls. All security features are disabled