vcanocepeda / Spring-boot-with-hibernate-no-controller

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 entity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

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 entity


Languages

Language:Java 100.0%