上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 74 下一页
摘要: https://my.oschina.net/bianxin/blog/2876640 https://my.oschina.net/bianxin/blog/2876640 2.4版本的servlet规范在部属描述符中新增加了一个<dispatcher>元素,这个元素有四个可能的值:即REQUES 阅读全文
posted @ 2019-08-20 10:13 kelelipeng 阅读(349) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/chao555/p/9573102.html 1.创建自定义的拦截器并实现HandlerInterceptor接口 参数说明: Object handler: 调用的目标方法。—————————————————————————————————————— 阅读全文
posted @ 2019-08-19 19:25 kelelipeng 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 原 精通Spring Boot—— 第二十一篇:Spring Social OAuth 登录简介 1.什么是OAuth OAuth官网介绍是这样的: An open protocol to allow secure authorization in a simple and standard met 阅读全文
posted @ 2019-08-19 13:30 kelelipeng 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 本文链接:https://blog.csdn.net/zxfryp909012366/article/details/82955259 本文链接:https://blog.csdn.net/zxfryp909012366/article/details/82955259 本文链接:https://b 阅读全文
posted @ 2019-08-19 13:23 kelelipeng 阅读(1230) 评论(0) 推荐(0) 编辑
摘要: https://my.oschina.net/bianxin/blog/2876640 https://cs.xieyonghui.com/java/55.html 其实spring boot拦截器的配置方式和springMVC差不多,只有一些小的改变需要注意下就ok了。下面主要介绍两种常用的拦截器 阅读全文
posted @ 2019-08-19 11:35 kelelipeng 阅读(502) 评论(0) 推荐(0) 编辑
摘要: 作者:ssslinppp 1. 拦截器简介及应用场景 2. 拦截器接口及拦截器适配器 3. 运行流程图 正常运行 中断流程 4. 程序实例 控制层: @Controller @RequestMapping(value = "/test") public class TestController { 阅读全文
posted @ 2019-08-15 17:58 kelelipeng 阅读(190) 评论(0) 推荐(0) 编辑
摘要: http://outofmemory.cn/java/spring/spring-DI-with-annotation-context-component-scan https://www.cnblogs.com/ssslinppp/p/4633496.html __________________ 阅读全文
posted @ 2019-08-15 17:08 kelelipeng 阅读(826) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/boywwj/p/7502185.html ________________________________________________________________________________________________________ 阅读全文
posted @ 2019-08-15 15:25 kelelipeng 阅读(869) 评论(0) 推荐(0) 编辑
摘要: 过滤器: https://blog.csdn.net/MissEel/article/details/79351231 https://blog.csdn.net/qq_32363305/article/details/82469451 https://www.cnblogs.com/sunnies 阅读全文
posted @ 2019-08-14 18:11 kelelipeng 阅读(153) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/whx7762/p/7885735.html 1.@ProtertySource @PropertySouce是spring3.1开始引入的基于java config的注解。 通过@PropertySource注解将properties配置文件中的值存 阅读全文
posted @ 2019-08-12 17:08 kelelipeng 阅读(2776) 评论(0) 推荐(0) 编辑
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 74 下一页