【spring源码分析】spring和@PostConstruct注解
摘要:
@PostConstruct注解好多人以为是Spring提供的。其实是Java自己的注解。 Java中该注解的说明:@PostConstruct该注解被用来修饰一个非静态的void()方法。被@PostConstruct修饰的方法会在服务器加载Servlet的时候运行,并且只会被服务器执行一次。Po 阅读全文
posted @ 2019-02-14 17:49 无信不立 阅读(1287) 评论(0) 推荐(0) 编辑