Springboot配置文件映射
摘要:
添加类和配置文件的映射: 1.定义映射类 @Component @PropertySource("classpath:config/XX.properties") public class ConfigClass{ @Value("$name") public String userName; .. 阅读全文
posted @ 2018-10-19 20:03 张叫兽的技术研究院 阅读(552) 评论(0) 推荐(0) 编辑