Spring Boot 读取配置文件

spring boot configration processor not found in classpath 问题描述:使用springBoot时,读取自定义的资源文件时发生错误,表示读取不到资源文件 结局方法:高版本springboot 去除掉了@ConfigurationProperties()中location,所以需要使用@PropertySource注解指定资源文件 此时运行测可以
相关文章
相关标签/搜索