摘要: 阅读全文
posted @ 2019-08-24 20:19 鸿森 阅读(163) 评论(0) 推荐(0)
摘要: properties配置文件 阅读全文
posted @ 2019-08-24 17:52 鸿森 阅读(169) 评论(0) 推荐(0)
摘要: @Resource(name="xxx")相当于属性的set方法,和xml中的属性配置 <context:annotion-config>可以使用属性注入的注解 阅读全文
posted @ 2019-08-24 11:35 鸿森 阅读(267) 评论(0) 推荐(0)
摘要: @PostConstruct初始化 @PreDestroy销毁 开启注解扫描 <context:component-scan base-package=""/> @Component Bean默认作用范围singleton @Scope注解用于指定Bean的作用范围 阅读全文
posted @ 2019-08-24 11:28 鸿森 阅读(116) 评论(0) 推荐(0)