
springmvc
大块头蜗牛
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring MVC 拦截器
HandlerInterceptor原创 2017-11-13 16:07:41 · 303 阅读 · 0 评论 -
Spring Mvc 表单数据与Controller中模型(Model)的映射
Controller方法中配置的Model中包含了在Controller方法中自定义的参数,此参数在Model中的key等于类名首字母小写。 thymeleafFacmily.html ......<form th:action="@{/thymeleafFamily}" th:object="${family}" method="post" style="border: 1px so原创 2017-11-20 18:08:47 · 4738 阅读 · 0 评论