Using EclipseLink to replace Hibernate in Spring Data JPA Starter
By default, when you use Spring Data JPA Starter in your Spring project, Hibernate will be the default implementation used. However, in some cases, you may not want to use this default implementation. For example, I’m converting this open source openid-connect https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server from Spring MVC… Read More