spring mvc 有类似 struts2 的通配符跳转配置吗?
<action name="*_*" class=".." method={1}>
每个方法上都加上注解 是很麻烦的.......
有人回答不?
咕~~(╯﹏╰)b 没有了
开启注解,使用注解配置@Controller
估计没有
配置controller吗?不同请求对应不同的controller。你有需求是要多种请求,跳转到同一个controller吗?
登录后可以发表评论,现在登录
有人回答不?
咕~~(╯﹏╰)b 没有了
开启注解,使用注解配置@Controller
估计没有
配置controller吗?不同请求对应不同的controller。你有需求是要多种请求,跳转到同一个controller吗?