Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 193 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 193 Bytes

Spring MVC study

spring MVC

Three ways to run the project:

1.Run on tomcat server

2.Run by tomcat plugin:mvn test tomcat7:run

3.Run by jetty plugin:mvn clean install jetty:run