20 lines
291 B
Markdown
20 lines
291 B
Markdown
=========
|
|
|
|
## Spring with Hibernate 3 Example Project
|
|
|
|
|
|
### Relevant ArticleS:
|
|
- [Hibernate 3 with Spring](http://www.baeldung.com/hibernate3-spring)
|
|
|
|
|
|
### Quick Start
|
|
|
|
```
|
|
git clone git://github.com/eugenp/REST.git
|
|
cd REST
|
|
mvn install
|
|
mvn cargo:run
|
|
```
|
|
|
|
- **note**: starts on port `8082`
|