18 lines
289 B
Markdown
Raw Normal View History

=========
2013-07-14 14:03:04 +03:00
## Spring with Hibernate 4 Example Project
### Relevant Articles:
2013-05-27 12:25:46 +03:00
- [Hibernate 4 with Spring](http://www.baeldung.com/hibernate-4-spring)
2013-07-14 14:03:04 +03:00
### Quick Start
2013-05-27 12:25:46 +03:00
```
git clone git://github.com/eugenp/REST.git
cd REST
mvn install
mvn cargo:run
```
2013-07-14 14:03:04 +03:00
- **note**: starts on port `8082`