Skip to content

alex-bretet/cloudstreetmarket.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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