diogolundberg / spring-webmvc

Example project of raw spring web mvc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Example project of raw spring web mvc


Languages

Language:Java 100.0%