摘要:
阅读全文
摘要:
properties配置文件 阅读全文
摘要:
@Resource(name="xxx")相当于属性的set方法,和xml中的属性配置 <context:annotion-config>可以使用属性注入的注解 阅读全文
摘要:
@PostConstruct初始化 @PreDestroy销毁 开启注解扫描 <context:component-scan base-package=""/> @Component Bean默认作用范围singleton @Scope注解用于指定Bean的作用范围 阅读全文