配置redis遇到Could not resolve placeholder 'redis.maxIdle' in string value "${redis.maxIdle}
这个错误是读取不到我们自己redis.properties文件,因为我们在配置数据库链接时已经配置过一次
“Spring容器是采用反射扫描的发现机制,通过标签的命名空间实例化实例,当Spring探测到容器中有一个org.springframework.beans.factory.config.PropertyPlaceholderCVonfigurer的Bean就会停止对剩余PropertyPlaceholderConfigurer的扫描,即只能存在一个实例!”
Spring容器只会加载一个。当有多个外部文件要加载时