2013-05-05 10:34:38 -04:00
|
|
|
=========
|
|
|
|
|
2013-07-14 07:03:04 -04:00
|
|
|
## Spring with Hibernate 3 Example Project
|
|
|
|
|
|
|
|
|
|
|
|
### Relevant ArticleS:
|
2013-05-27 05:25:46 -04:00
|
|
|
- [Hibernate 3 with Spring](http://www.baeldung.com/hibernate3-spring)
|
|
|
|
|
|
|
|
|
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`
|