上QQ阅读APP看书,第一时间看更新
Getting started
Create a new Eclipse web project, ch03-jdbc, and configure its pom.xml to make the project web.xml-less. Add the previous Maven dependencies and also implement the same SpringWebInitializer and root context SpringDispatcherConfig for the initialization of our ServletContext. Moreover, set up the same SpringContextConfig for the application-related @Bean. Our package is still org.packt.dissect.mvc.context.