stevemac007 / springmvc-blank

This is a simple starter project that has the basic moving parts around a SpringMVC webapp. There are branches showing integrations with other technologies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple Spring MVC basic application

Get started quickly and easily, all you need to have is Maven installed.

  • Clone down the repo git clone git@bitbucket.org:stevemac/springmvc-blank.git
  • Run up the sample application in jetty mvn jetty:run
  • Point your web browser to http://localhost:8080/springmvc-blank/index
  • Profit!!

Over time I hope to add other branches including other sample technologies.

About

This is a simple starter project that has the basic moving parts around a SpringMVC webapp. There are branches showing integrations with other technologies.


Languages

Language:Java 100.0%