This Micronaut project is a port, in Kotlin language, of the project you get by following the Access a database with JPA and Hibernate Micronaut guide that, at the time of this writing, only exists for Java language.
This project uses Micronaut version 1.0.0, and Spek Framework 2 for the tests.
Note that the compiler plugin kotlin-jpa is used in order to have zero-parameter constructors for JPA entities at run-time.