会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
快鸟
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
24
下一页
2020年4月16日
SpringBoot Bean 扫描注册核心之:ConfigurationClassPostProcessor 详解
摘要: (SpringBoot 版本:2.2.2.RELEASE) 可以说 @Configuration 是 SpringBoot 配置的基石,自然 @Configuration 类的处理是很有必要研究的。 @Configuration 类的处理是由 ConfigurationClassPostProces
阅读全文
posted @ 2020-04-16 21:42 快鸟
阅读(2432)
评论(0)
推荐(0)
编辑
2020年4月10日
将 jar 包发布到Maven中央仓库
摘要: 这里列出一些发布过程中的注意点: 0. 项目的 pom 需要根据Sonatype OSSRH的要求进行整改 以下信息都必须配置: Supply Javadoc and Sources Sign Files with GPG/PGP Sufficient Metadata Correct Coordi
阅读全文
posted @ 2020-04-10 11:30 快鸟
阅读(579)
评论(0)
推荐(0)
编辑
2020年3月23日
Maven使用
摘要: maven 传递依赖机制 http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html 当遇到多个版本作为依赖关系时,maven 将选择哪个版本作为真正的依赖呢? Maven选择了“最近的定
阅读全文
posted @ 2020-03-23 10:28 快鸟
阅读(252)
评论(0)
推荐(0)
编辑
2020年3月7日
根据条件加载 bean:即 @ConditionalOnXxx 的解析
摘要: (version: SpringBoot 2.2.2.RELEASE) 加载 @Configration 类,或者 @Configuration 类里面的 beanMethod 时,通常会用到条件加载,即:@CondtionalOnXxx 1. org.springframework.context
阅读全文
posted @ 2020-03-07 00:05 快鸟
阅读(2607)
评论(0)
推荐(1)
编辑
2020年3月6日
@Configuration 配置类排序
摘要: (version: SpringBoot 2.2.2.RELEASE) SpringBoot 会对 spring.factories 中的 @Configuration 类进行排序。注意:只是对所有 spring.factories 中的 @Configuratin 类排序(也就是通常使用的 sta
阅读全文
posted @ 2020-03-06 23:46 快鸟
阅读(4455)
评论(0)
推荐(0)
编辑
2020年3月2日
SpringBoot外部化配置本地调试
摘要:
阅读全文
posted @ 2020-03-02 17:34 快鸟
阅读(495)
评论(0)
推荐(0)
编辑
2020年2月28日
Dubbo反序列化漏洞(CVE-2019-17564) 重现
摘要: 1. 下载官方 demo 代码(暴出的漏洞是 http 协议的,故使用 http 的 demo 来重现)https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-http dubbo 版本改成 2.7.5 之前的版本
阅读全文
posted @ 2020-02-28 11:05 快鸟
阅读(4602)
评论(0)
推荐(0)
编辑
2020年2月5日
Spring AOP & 切面表达式
摘要: SpringAOP 和 AspectJ 的关系:它们是两种不同的编程风格, SpringAOP 使用 xml 配置的形式配置 aop。而 AspectJ 使用 AspectJ 的注解来配置 aop aspect、JoinPoint、Pointcut、Weaving、AdviceJoinPoint:
阅读全文
posted @ 2020-02-05 17:54 快鸟
阅读(1848)
评论(0)
推荐(1)
编辑
2020年1月19日
Spring 配置项解析: @Value vs @ConfigurationProperties
摘要: @ConfigurationProperties vs @Value https://docs.spring.io/spring-boot/docs/2.2.2.RELEASE/reference/htmlsingle/#boot-features-external-config-vs-value
阅读全文
posted @ 2020-01-19 14:46 快鸟
阅读(1129)
评论(0)
推荐(0)
编辑
2020年1月6日
Spring Bean 的实例化过程
摘要: 2020.7.27 bean 创建的三步走: org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory createBean() --> doCreateBean() 1. createBeanInsta
阅读全文
posted @ 2020-01-06 16:30 快鸟
阅读(5515)
评论(3)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
10
···
24
下一页