摘要: [TOC] 本文github位置: 1. @Configuration ​ //配置注解类似 applicationcontext.xml 只是将xml配置改为 注解方式进行 2. @ComponentScan 进行包扫描会根据注解进行注册组件,value="包名" FilterType ANNOT 阅读全文
posted @ 2018-08-03 14:24 纯鈞 阅读(444) 评论(0) 推荐(0) 编辑