标签:configure 实例化 创建 enable 加载 conf meta 按键 inf
spring.factories
文件是springboot提供的一种实例化bean方式
org.springframework.boot.autoconfigure.EnableAutoConfiguration=com.*.serviceimpl,config2
springboot加载jar包 扫描每个jar下面 spring.factories文件 按键值对创建bean
这种方式在作为依赖引入项目时不必每个项目写相同的创建bean的代码
关于META-INF下的spring.factories文件
标签:configure 实例化 创建 enable 加载 conf meta 按键 inf
原文地址:https://www.cnblogs.com/cu-later/p/14044563.html