It's a standard spring boot application, so the setup and boot is made by spring. I'm using latest Spring 4.2.RC3 that natively supports hibernate5.
The application consists of several entities and a few repositories instantiated with Spring Data JPA.
Everything seems to work fine with the exception of the persistence of the most complicated entity that has several @OneToMany relationships.
If I can provide you some more details just ask
|