上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 75 下一页
摘要: https://www.cnblogs.com/duanxz/p/3469511.html springboot 配置文件 .properties和.yml的写法区别 例如 : redis配置的properties或yml文件,如下: spring.redis.cluster.nodes[0]=19 阅读全文
posted @ 2019-08-20 11:33 kelelipeng 阅读(10026) 评论(0) 推荐(0)
摘要: springboot 实例 https://blog.csdn.net/m0_38075425/article/details/81164930 https://www.cnblogs.com/Westfalen/p/6170312.html 1. web.xml文件中的配置 2.Character 阅读全文
posted @ 2019-08-20 10:50 kelelipeng 阅读(510) 评论(0) 推荐(0)
摘要: 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 阅读(382) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/chao555/p/9573102.html 1.创建自定义的拦截器并实现HandlerInterceptor接口 参数说明: Object handler: 调用的目标方法。—————————————————————————————————————— 阅读全文
posted @ 2019-08-19 19:25 kelelipeng 阅读(398) 评论(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 阅读(287) 评论(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 阅读(1293) 评论(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 阅读(513) 评论(0) 推荐(0)
摘要: 作者:ssslinppp 1. 拦截器简介及应用场景 2. 拦截器接口及拦截器适配器 3. 运行流程图 正常运行 中断流程 4. 程序实例 控制层: @Controller @RequestMapping(value = "/test") public class TestController { 阅读全文
posted @ 2019-08-15 17:58 kelelipeng 阅读(195) 评论(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 阅读(878) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/boywwj/p/7502185.html ________________________________________________________________________________________________________ 阅读全文
posted @ 2019-08-15 15:25 kelelipeng 阅读(895) 评论(0) 推荐(0)
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 75 下一页