2013-05-05 17:34:38 +03:00
|
|
|
=========
|
|
|
|
|
2013-07-14 14:03:04 +03:00
|
|
|
## Spring with Hibernate 3 Example Project
|
|
|
|
|
|
|
|
|
|
|
|
### Relevant ArticleS:
|
2013-05-27 12:25:46 +03:00
|
|
|
- [Hibernate 3 with Spring](http://www.baeldung.com/hibernate3-spring)
|
2018-12-06 22:32:30 +05:30
|
|
|
- [HibernateException: No Hibernate Session Bound to Thread in Hibernate 3](http://www.baeldung.com/no-hibernate-session-bound-to-thread-exception)
|
2013-05-27 12:25:46 +03:00
|
|
|
|
|
|
|
|
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`
|