SpringMVC思路

步骤: 1、创建项目 2、导入jar包 3、Web.xml :dispatcherservlet 4、Springmvc-servlet.xml 是<servlet-name>springmvc</servlet-name>的映射文件,有时会加位置contextConfigLocation。 <prop key="/index">indexController</prop>表示访问路径url:/i
相关文章
相关标签/搜索