上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 75 下一页
摘要: 原 精通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 阅读(284) 评论(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 阅读(1270) 评论(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 阅读(507) 评论(0) 推荐(0) 编辑
摘要: 作者:ssslinppp 1. 拦截器简介及应用场景 2. 拦截器接口及拦截器适配器 3. 运行流程图 正常运行 中断流程 4. 程序实例 控制层: @Controller @RequestMapping(value = "/test") public class TestController { 阅读全文
posted @ 2019-08-15 17:58 kelelipeng 阅读(191) 评论(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 阅读(831) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/boywwj/p/7502185.html ________________________________________________________________________________________________________ 阅读全文
posted @ 2019-08-15 15:25 kelelipeng 阅读(876) 评论(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 阅读(155) 评论(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 阅读(2797) 评论(0) 推荐(0) 编辑
摘要: 原 ElasticSearch学习笔记Ⅲ - SpringBoot整合ES 新建一个SpringBoot项目。添加es的maven坐标如下: <dependency> <groupId>org.elasticsearch.client</groupId&... 原 Sp 阅读全文
posted @ 2019-08-12 17:05 kelelipeng 阅读(317) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Y_hahaha/article/details/89186284 缘由,项目在IDEA下@Data、@Builder注解不起作用。发现是lombok这个jar包的问题。具体这个jar的应用场景自行去百度。 发现依赖的jar包maven已经下载。在网上看原 阅读全文
posted @ 2019-08-09 14:24 kelelipeng 阅读(251) 评论(0) 推荐(0) 编辑
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 75 下一页