Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 2.07 KB

README.md

File metadata and controls

54 lines (35 loc) · 2.07 KB

cloudstreetmarket.com

Build Status Gitter chat License

This project is the application developed with the book Spring MVC Cookbook

Read more in the WIKI

Build the app

  1. You must have a %JAVA_HOME% environment variable pointing to the root directory of a JDK8.
  2. From the command line do:
git clone https://github.com/alex-bretet/cloudstreetmarket.com.git
cd cloudstreetmarket.com
mvn clean install

Run the app

  1. Copy-paste the entire app directory to your ${user.home}

  2. Please refer to the Wiki page Running the app

IDE setup

For the usage inside an IDE do the following:

  1. Make sure you have an Eclipse with m2e installed.
  2. Import the checked out code through File > Import > Existing Maven Project…

Project description

The project uses:

The Book

spring-mvc-cookbook-img