springboot配置文件自动映射
Posted 小e老师
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot配置文件自动映射相关的知识,希望对你有一定的参考价值。
SpringBoot注解配置文件自动映射到属性和实体类
- Controller上面配置
@Component
@PropertySource({"classpath:application.properties"})
@ConfigurationProperties
- 属性上面配置
@Value("${test.name}")
以上是关于springboot配置文件自动映射的主要内容,如果未能解决你的问题,请参考以下文章