歧路专题

Properties配置加载(@PropertySource),额外不定的配置项单独存储到Map的一次歧路记录和正确解决思路

1. 背景 笔者的一个微服务的配置是ini文件中存储的。通过下面的方式加载。 @Data@EqualsAndHashCode(callSuper = true)@Component@PropertySource(value={"file:${app.config.common.path}" , "file:${app.config.path}"} , ignoreResourceNotF