51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#initMethod
哪个先执行:@PostConstruct和@Bean的initMethod?
结论:/***step1:执行构造函数*step2:执行使用@PostConstruct注解修饰的方法【如果有多个,则执行顺序不确定】*step3:执行@Bean注解中initMethod指定的方法*/ 示例代码:@Slf4jpublicclassInitBean{publicInitBean(){log.i...
代码星球
·
2020-06-21
哪个
执行
@PostConstruct
@Bean
initMethod
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他