You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project contains code how to setup Spring boot with Spring version 4.2.3 and how to get json of an entity. In this I will demonstrate how easy it is to do following things:<br> - Connect with Hibernate<br> - Create Entity manager or datasource<br> - No need of Controller/Service layer<br> - Directly expose Repository as Rest path and access…