java-tutorials/persistence-modules/spring-hibernate4
Dhawal Kapil b6ae9ec3b4 Story/bael 14304 (#7311)
* BAEL-15951 Moved vavr, JHipster to default profiles

* BAEL-14304 Include the SpringContextIntegrationTest in the default build

- Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists

* BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles

* BAEL-14304 Minor changes
2019-07-20 14:33:56 +03:00
..
src Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
.gitignore [BAEL-9538] - Move persistence-related modules into the persistence folder 2018-10-20 11:27:08 +05:30
README.md [BAEL-14774] - Moved article to hibernate-mapping module in README 2019-07-06 18:29:05 +05:30
pom.xml [BAEL-15976] - Configured Cargo for parent-spring-4 2019-07-20 11:13:58 +05:30

README.md

=========

Spring with Hibernate 4 Example Project

Relevant Articles:

Quick Start

git clone git://github.com/eugenp/REST.git
cd REST
mvn install
mvn cargo:run
  • note: starts on port 8082