2013-05-04 14:38:51 -04:00
|
|
|
=========
|
|
|
|
|
2013-07-14 07:03:04 -04:00
|
|
|
## Spring with Hibernate 4 Example Project
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2013-05-27 05:25:46 -04:00
|
|
|
- [Hibernate 4 with Spring](http://www.baeldung.com/hibernate-4-spring)
|
2014-03-20 15:59:42 -04:00
|
|
|
- [The DAO with Spring 3 and Hibernate](http://www.baeldung.com/2011/12/02/the-persistence-layer-with-spring-3-1-and-hibernate/)
|
2016-02-06 16:51:06 -05:00
|
|
|
- [Hibernate Pagination](http://www.baeldung.com/hibernate-pagination)
|
2016-02-08 04:46:02 -05:00
|
|
|
- [Sorting with Hibernate](http://www.baeldung.com/hibernate-sort)
|
2016-02-10 19:48:47 -05:00
|
|
|
- [Auditing with JPA, Hibernate, and Spring Data JPA](http://www.baeldung.com/database-auditing-jpa)
|
2016-07-06 23:38:09 -04:00
|
|
|
- [Stored Procedures with Hibernate](http://www.baeldung.com/stored-procedures-with-hibernate-tutorial)
|
2013-05-27 05:25:46 -04:00
|
|
|
|
2013-07-14 07:03:04 -04:00
|
|
|
### Quick Start
|
2013-05-27 05:25:46 -04:00
|
|
|
|
|
|
|
```
|
|
|
|
git clone git://github.com/eugenp/REST.git
|
|
|
|
cd REST
|
|
|
|
mvn install
|
|
|
|
mvn cargo:run
|
|
|
|
```
|
2013-07-14 07:03:04 -04:00
|
|
|
- **note**: starts on port `8082`
|