Spring 5.0 Cookbook
上QQ阅读APP看书,第一时间看更新

Getting started

Create an STS Eclipse Maven project, ch04, and make it a web.xml-less one. Update the pom.xml by including the previous Maven WAR files, Maven Compiler, and Tomcat 7 Maven Deployment plugins. Also, include the Spring 5.0, Servlet 3.1, JSP 2.3, JUnit 4.x, and other dependencies needed to compile and run the application. The core package for this chapter is org.packt.secured.mvc.