- Removed ethereumj, events, spring-boot-h2, spring-hibernate3 corrupted projects - Moved files from spring-hibernate3 folder to spring-hibernate-3
		
			
				
	
	
		
			21 lines
		
	
	
		
			439 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			439 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| =========
 | |
| 
 | |
| ## Spring with Hibernate 3 Example Project
 | |
| 
 | |
|  
 | |
| ### Relevant ArticleS: 
 | |
| - [Hibernate 3 with Spring](http://www.baeldung.com/hibernate3-spring)
 | |
| - [HibernateException: No Hibernate Session Bound to Thread in Hibernate 3](http://www.baeldung.com/no-hibernate-session-bound-to-thread-exception)
 | |
| 
 | |
| 
 | |
| ### Quick Start
 | |
| 
 | |
| ```
 | |
| git clone git://github.com/eugenp/REST.git
 | |
| cd REST
 | |
| mvn install
 | |
| mvn cargo:run
 | |
| ```
 | |
| 
 | |
| - **note**: starts on port `8082`
 |