devehe / cloudstreetmarket.com

:honeybee: Spring MVC Showcase application

Home Page:http://cloudstreetmarket.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloudstreetmarket.com

Build Status [Join the chat] (https://gitter.im/alex-bretet/cloudstreetmarket.com?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) License

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

Quickstart

  1. You must have a %JAVA_HOME% environment variable pointing to the root directory of a JDK8.
  2. You must have a %CATALINA_HOME% environment variable pointing to the root directory of a Tomcat8.
  3. From the command line do:
git clone https://github.com/alex-bretet/cloudstreetmarket.com.git
cd cloudstreetmarket.com
mvn clean install
  1. Copy-paste the entire app directory to your ${user.home}

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

About

:honeybee: Spring MVC Showcase application

http://cloudstreetmarket.com

License:GNU General Public License v3.0


Languages

Language:Java 54.9%Language:JavaScript 29.4%Language:CSS 10.1%Language:HTML 4.2%Language:ApacheConf 1.4%