会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
技术改变生活
永不放弃,如果放弃了请看看自已过去的努力!
博客园
首页
新随笔
联系
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
20
下一页
2018年5月30日
网关之多维度限流
摘要: github https://github.com/marcosbarbero/spring cloud zuul ratelimit spring cloud zuul ratelimit 说明 spring cloud zuul ratelimit是和zuul整合提供分布式限流策略的扩展 对请求
阅读全文
posted @ 2018-05-30 13:39 张建斌
阅读(3656)
评论(3)
推荐(1)
2018年5月27日
深入理解Spring系列之八:常用的扩展接口
摘要: 转载 https://mp.weixin.qq.com/s/XfhZltSlTall8wKwV_7fKg Spring不仅提供了一个进行快速开发的基础框架,而且还提供了很多可扩展的接口,用于满足一些额外的开发需求,本篇将对常用的可扩展接口进行归纳总结 1.InitializingBean接 口 In
阅读全文
posted @ 2018-05-27 18:48 张建斌
阅读(1023)
评论(0)
推荐(0)
深入理解Spring系列之七:web应用自动装配Spring配置
摘要: 转载 https://mp.weixin.qq.com/s/Lf4akWFmcyn9ZVGUYNi0Lw 在《深入理解Spring系列之一:开篇》的示例代码中使用如下方式去加载Spring的配置文件并初始化容器。 在web应用中,配置文件都是自动加载的,示例代码中的方式就不能满足需求了。在web应用
阅读全文
posted @ 2018-05-27 18:18 张建斌
阅读(689)
评论(0)
推荐(0)
深入理解Spring系列之六:bean初始化
摘要: 转载 https://mp.weixin.qq.com/s/SmtqoELzBEdZLo8wsSvUdQ 《深入理解Spring系列之四:BeanDefinition装载前奏曲》中提到,对于非延迟单例bean的初始化在 中完成。进入这个方法,代码如下。 关注最后一行代码, beanFactory.p
阅读全文
posted @ 2018-05-27 17:22 张建斌
阅读(1818)
评论(0)
推荐(1)
深入理解Spring系列之五:BeanDefinition装载
摘要: 转载 https://mp.weixin.qq.com/s/1_grvpJYe8mMIAnebMdz9Q 接上篇《深入理解Spring系列之四:BeanDefinition装载前奏曲》,进入 AbstractXmlApplicationContext类的loadBeanDefinitions方法 ,
阅读全文
posted @ 2018-05-27 15:47 张建斌
阅读(914)
评论(0)
推荐(0)
深入理解Spring系列之四:BeanDefinition装载前奏曲
摘要: 转载 https://mp.weixin.qq.com/s?__biz=MzI0NjUxNTY5Nw==&mid=2247483835&idx=1&sn=276911368d443f134997408a75578daa&scene=19 wechat_redirect 框架的源码分析,有些代码可以暂
阅读全文
posted @ 2018-05-27 11:40 张建斌
阅读(1005)
评论(0)
推荐(0)
深入理解Spring系列之三:BeanFactory解析
摘要: 转载 https://mp.weixin.qq.com/s?__biz=MzI0NjUxNTY5Nw==&mid=2247483824&idx=1&sn=9b7c2603093b055c59cc037d0ab66db0&scene=19 wechat_redirect 《深入理解Spring系列之一
阅读全文
posted @ 2018-05-27 11:16 张建斌
阅读(5210)
评论(0)
推荐(0)
深入理解Spring系列之二:BeanDefinition解析
摘要: 转载 https://mp.weixin.qq.com/s?__biz=MzI0NjUxNTY5Nw==&mid=2247483814&idx=1&sn=ddf49931d552e9b4553dcec457a84c51&scene=19 wechat_redirect 《深入理解Spring系列之一
阅读全文
posted @ 2018-05-27 10:58 张建斌
阅读(22690)
评论(3)
推荐(2)
深入理解Spring系列之一:开篇
摘要: 转载 https://mp.weixin.qq.com/s?__biz=MzI0NjUxNTY5Nw==&mid=2247483810&idx=1&sn=a2df14fdb638c2c6f54176d2926519d2&scene=19 wechat_redirect Spring 经过大神们的构思
阅读全文
posted @ 2018-05-27 10:34 张建斌
阅读(1506)
评论(0)
推荐(1)
2018年5月24日
1-spring xml 和 注解 解析过程
摘要: spring mvc 入口 DispatcherServlet,类关系图如下所示 DispatcherServlet 就是一个 Servlet,那Servlet 的初始化方法 init()在哪里,通过类图可知,可以查看 HttpServletBean 中的 init() 方法,进行 Servlet初
阅读全文
posted @ 2018-05-24 22:06 张建斌
阅读(2379)
评论(0)
推荐(1)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
20
下一页
公告