This project is the application developed with the book Spring MVC Cookbook
The latest Release of the application is running at: cloudstreetmarket.com
Read more in the WIKI
- You must have a %JAVA_HOME% environment variable pointing to the root directory of a JDK8.
- From the command line do:
git clone https://github.com/alex-bretet/cloudstreetmarket.com.git
cd cloudstreetmarket.com
mvn clean install
-
Copy-paste the entire app directory to your ${user.home}
-
Please refer to the Wiki page Running the app
For the usage inside an IDE do the following:
- Make sure you have an Eclipse with m2e installed.
- Import the checked out code through File > Import > Existing Maven Project…
The project uses:
- Spring (MVC) - 4.2.1.RELEASE
- Spring Data JPA - 1.8.0.RELEASE
- Spring HATEOAS - 0.17.0.RELEASE
- Spring Security - 4.0.2.RELEASE
- Spring Social - 1.1.0.RELEASE
- Spring Session - 1.0.2.RELEASE