SpringBoot项目读取properties文件信息

1.properties内容: check.statisticsRegiona=四川省 2.config配置 @Component @PropertySource("classpath:check.properties") @ConfigurationProperties(prefix="check") public class CheckConfig { private String s
相关文章
相关标签/搜索