micronaut-projects / micronaut-guides

Guides and Tutorials on how to use Micronaut including sample code
https://guides.micronaut.io
Creative Commons Attribution 4.0 International
36 stars 32 forks source link

Simple Micronaut Data guide #1029

Open debuglevel opened 2 years ago

debuglevel commented 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).

graemerocher commented 2 years ago

https://guides.micronaut.io/latest/micronaut-data-jdbc-repository-gradle-java.html is pretty simple?