springboot 读取配置文件值的方式

1、使用@Value注解方式
2、使用Environment方式
3、使用@ConfigurationProperties方式

你可能感兴趣的:(springboot 读取配置文件值的方式)