Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 474 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 474 Bytes

Spring webmvc

A simple example of spring web mvc and junit configuration

web context hierarchy

find out the docs here

BuildApp

./mvnw install

Run tests

./mvnw test

Run App

./mvnw exec:java -Dexec.mainClass="webmvc.Application"