java-tutorials/spring-hibernate4/README.md

19 lines
418 B
Markdown
Raw Normal View History

=========
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/)
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`