标签:style 执行 注解 依赖注入 red 服务 col wired stc
@PostConstruct是java自己的注解,用来修饰非静态方法,
被@PostConstruct修饰的方法会在服务器家在servlet的时候运行,
并且只会被服务器执行一次,在bean初始化过程中执行顺序:
Constructor(构造方法)-@Autowired(依赖注入)-@PostConstruct(注释方法)
标签:style 执行 注解 依赖注入 red 服务 col wired stc
原文地址:https://www.cnblogs.com/lalalazar/p/12509852.html