摘要: 通过javaConfig来配置config,并能正常访问url。 先看图 访问地址:http://localhost:8080/gugua5/ http://localhost:8080/gugua5/helloagain 先看下pom.xml 额外说下,build配置 首先要注意这里maven-w 阅读全文
posted @ 2018-05-21 17:51 午火39 阅读(653) 评论(0) 推荐(0)
摘要: spring mvc:练习 @RequestParam和@PathVariable @RequestParam: 注解将请求参数绑定到你的控制器方法参数 @PathVariable: 注释将一个方法参数绑定到一个URI模板变量的值 @RequestParam: 注解将请求参数绑定到你的控制器方法参数 阅读全文
posted @ 2018-05-21 15:32 午火39 阅读(612) 评论(0) 推荐(0)