1、项目结构 2、所需jar包 3、web.xml文件 load-on-startup:表示启动容器时初始化该Servlet; url-pattern:表示哪些请求交给Spring Web MVC处理, “/” 是用来定义默认servlet映射的。也可以如“*.html”表示拦截所有以html为扩展 Read More
posted @ 2016-05-07 23:42 code.world Views(329) Comments(0) Diggs(0)