码迷,mamicode.com
首页 > 其他好文 > 详细

@PostConstruct 注解

时间:2020-03-17 12:42:05      阅读:55      评论:0      收藏:0      [点我收藏+]

标签:style   执行   注解   依赖注入   red   服务   col   wired   stc   

@PostConstruct是java自己的注解,用来修饰非静态方法,
被@PostConstruct修饰的方法会在服务器家在servlet的时候运行,
并且只会被服务器执行一次,在bean初始化过程中执行顺序: Constructor(构造方法)
-@Autowired(依赖注入)-@PostConstruct(注释方法)

 

@PostConstruct 注解

标签:style   执行   注解   依赖注入   red   服务   col   wired   stc   

原文地址:https://www.cnblogs.com/lalalazar/p/12509852.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!