随笔分类 -  框架-SpringMVC

摘要:转载自:https://blog.csdn.net/walkerjong/article/details/7946109#commentBox 因为写的很好很全,所以转载过来 引言:接上一篇文章,对@RequestMapping进行地址映射讲解之后,该篇主要讲解request 数据到handler 阅读全文
posted @ 2019-06-24 11:37 夏天的尾巴% 阅读(152) 评论(0) 推荐(0) 编辑
摘要:参考文档:https://blog.csdn.net/walkerjong/article/details/7946109 https://www.cnblogs.com/daimajun/p/7152970.html *)@RequestParam 处理的参数类型: ① 常用来处理简单类型的绑定, 阅读全文
posted @ 2019-06-24 11:09 夏天的尾巴% 阅读(830) 评论(0) 推荐(1) 编辑
摘要:*) @RequestMapping(value="/xxx/{id}",method={RequestMethod.GET}) method 不写的话,默认GET、POST都支持,根据前端方式自动适应 阅读全文
posted @ 2019-06-20 10:25 夏天的尾巴% 阅读(228) 评论(0) 推荐(0) 编辑
摘要:原文:https://blog.csdn.net/a745233700/article/details/80963758 我略微修改了下某些地方 1、什么是Spring MVC ?简单介绍下你对springMVC的理解? Spring MVC是一个基于Java的实现了MVC设计模式的请求驱动类型的轻 阅读全文
posted @ 2019-04-14 11:08 夏天的尾巴% 编辑
摘要:转自:https://blog.csdn.net/u010412719/article/details/69710480 Spring4之后新加入的注解,原来返回json需要@ResponseBody和@Controller配合。 即@RestController是@ResponseBody和@Co 阅读全文
posted @ 2018-05-23 09:55 夏天的尾巴% 阅读(611) 评论(0) 推荐(0) 编辑
摘要:在网上看了一篇很好的文章,讲的很清楚明了,说到了点子上(转自:https://blog.csdn.net/chuck_kui/article/details/55506723): 首先 上两个地址: 地址① http://localhost:8989/SSSP/emps?pageNo=2 地址② h 阅读全文
posted @ 2018-05-22 17:24 夏天的尾巴% 阅读(181) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示