gothinkster / spring-boot-realworld-example-app

Example Spring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
MIT License
1.31k stars 680 forks source link

Hibernate Implementation #32

Closed shayegh closed 3 years ago

shayegh commented 3 years ago

Hi, Is there any hibernate implementation of this project?

aisensiy commented 3 years ago

Is there some resources recommand to try hibernate? I just use MyBatis for a long time and have litter experience abount hibernate. But I'd like to have a try.