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