会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
yucreator
博客园
首页
新随笔
联系
订阅
管理
2020年1月7日
SpringMVC中web.xml中url配置路径 / 和 /* 的区别
摘要: 在SpringMVC中的web.xml使用了 / 配置路径,就一定要记者在springmvc servlet.xml中配置 / :可以把我们的jsp页面等静态资源也可以包含在内了 / : 而这个只能去过滤Controller(Servlet)请求 所有往往我们在web.xml中配置DispatchS
阅读全文
posted @ 2020-01-07 16:41 yucreator
阅读(1113)
评论(0)
推荐(0)
编辑
spring mvc @RequestMapping method 不写的话,默认GET、POST都支持,根据前端方式自动适应
摘要: method 不写的话,默认GET、POST都支持,根据前端方式自动适应。
阅读全文
posted @ 2020-01-07 15:46 yucreator
阅读(1881)
评论(0)
推荐(0)
编辑
公告