Open debuglevel opened 2 years ago
Maybe I'm missing something, but I did not find a very basic micronaut-data guide (anymore?). There is https://guides.micronaut.io/latest/micronaut-jpa-hibernate-gradle-java.html but it seems far more complicated than most of what I ever did with micronaut-data - which are usually basic little CRUD things with a magically implemented @Repository as in https://github.com/micronaut-graal-tests/micronaut-data-jpa-graal/tree/3.5.x_h2 (and for the sake of simplicity, yes, please use H2 in a beginners' guide).
micronaut-data
@Repository
https://guides.micronaut.io/latest/micronaut-data-jdbc-repository-gradle-java.html is pretty simple?
Maybe I'm missing something, but I did not find a very basic
micronaut-data
guide (anymore?). There is https://guides.micronaut.io/latest/micronaut-jpa-hibernate-gradle-java.html but it seems far more complicated than most of what I ever did withmicronaut-data
- which are usually basic little CRUD things with a magically implemented@Repository
as in https://github.com/micronaut-graal-tests/micronaut-data-jpa-graal/tree/3.5.x_h2 (and for the sake of simplicity, yes, please use H2 in a beginners' guide).