68287516fe
* [JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions * Upgraded JUnit version for persistence-module and the modules that directly depends on it * Upgraded Maven Surefire Plugin version for these as well * Either made modules inheriting from persistence-modules instead of parent-modules or added relative paths when already inheriting persistence-modules * Upgraded versions in other modules * [JAVA-1669] Removed explicit relativePath in pom.xml when default value used * [JAVA-1669] Minor fix |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Spring with Hibernate 4
This module contains articles about Spring with Hibernate 4
Relevant Articles:
- Guide to Hibernate 4 with Spring
- Hibernate Pagination
- Sorting with Hibernate
- Stored Procedures with Hibernate
- Hibernate: save, persist, update, merge, saveOrUpdate
- Eager/Lazy Loading In Hibernate
- Auditing with JPA, Hibernate, and Spring Data JPA
Quick Start
git clone git://github.com/eugenp/REST.git
cd REST
mvn install
mvn cargo:run
- note: starts on port
8082