A server-side Kotlin application Demo
- Kotlin
- Maven
- JVM 17
- Spring: Boot; Data JPA; Actuator; Test; Log4j
- H2
- Flyway
- Mockk
- Junit Jupiter
- OpenApi Swagger
# Clone this repository
$ git clone https://github.com/
# Run the app
$ mvn spring-boot:run
# Run the tests
$ mvn test