摘要: 大概意思是说 原始注解不能完全替代Spring配置文件中的内容,比如以下是不能被替代的: ·非自定义的Bean的配置:<bean> ·加载properties文件的配置:<context:property-placeholder> ·组件扫描的配置:<context:component-scan> 阅读全文
posted @ 2021-06-24 22:09 咸瑜 阅读(224) 评论(0) 推荐(0)