5e1e320cee
* upgrade to spring boot 1.5.2 * add full update to REST API * modify ratings controller * upgrade herold * fix integration test * fix integration test * minor fix * fix integration test * fix integration test * minor cleanup * minor cleanup * remove log4j properties * use standard logbook.xml * remove log4j dependencies * remove commons-logging * merge * fix conflict * exclude commons-logging dependency * cleanup * minor fix * minor fix |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
=========
Spring with Hibernate 4 Example Project
Relevant Articles:
- Hibernate 4 with Spring
- The DAO with Spring 3 and Hibernate
- Hibernate Pagination
- Sorting with Hibernate
- Auditing with JPA, Hibernate, and Spring Data JPA
- Stored Procedures with Hibernate
- Hibernate: save, persist, update, merge, saveOrUpdate
- Eager/Lazy Loading In Hibernate
- Hibernate Criteria Queries
- Hibernate One to Many Annotation Tutorial
- Guide to @Immutable Annotation in Hibernate
Quick Start
git clone git://github.com/eugenp/REST.git
cd REST
mvn install
mvn cargo:run
- note: starts on port
8082