SpringMVC URL的映射方式

通过注解的方式配置URL映射.(推荐使用)

 

1.在类上贴上@Controller.(标记这个类使用注解方式配置URL映射)

2.在方法上贴上@RequestMapping(“/hello”),前台地址和该方法绑定.

 

 

小结:贴了注解,传进来的参数会自动的封装,比较灵活

报错:

java.lang.IllegalStateException: Ambiguous handler methods mapped for HTTP path '/anno': 出现了相同的映射名字.

posted @ 2017-11-07 15:45  cghmmm  阅读(572)  评论(0编辑  收藏  举报