摘要: 一.SpringMVC注解: 1.RequestParam注解: 其中required属性默认为true(必须得传而且传的名字一样),为false时可以不传。 编写jsp代码: 1 <a href="/anno/testRequestParam?name=哈哈">RequestParam</a> 编 阅读全文
posted @ 2019-11-30 15:02 All_just_for_fun 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 一.SpringMVC执行流程 、 二.创建项目学习SpringMVC注解 按照我之前的SpringMVC创建项目,首先创建一个项目springmvc01,配置好pom.xml,web.xml,springmvc.xml文件之后创建一个HelloController。 1.RequestMappin 阅读全文
posted @ 2019-11-30 11:47 All_just_for_fun 阅读(283) 评论(0) 推荐(0) 编辑