SpringBoot读取properties(yml)文件中配置信息
Springboot读取YML配置文件
@Value
该注解作用的作用是将我们配置文件的属性读出来,有@Value(“${}”)和@Value(“#{}”)两种方
2022-08-17