2.获取配置文件中的值
比如配置文件中有如下自定义配置:
方式1:
@Value方式
方式2:
@ConfigurationProperties
通过@ConfigurationPropertie
加载文件内的配置,可以使用第二个参数locations指定配置文件locations={classpath:xxxxxx}
Last updated
比如配置文件中有如下自定义配置:
方式1:@Value方式
方式2:@ConfigurationProperties
通过@ConfigurationPropertie
加载文件内的配置,可以使用第二个参数locations指定配置文件locations={classpath:xxxxxx}
Last updated