SpringBoot读取配置文件中的数据到map和list
SpringBoot读取配置⽂件中的数据到map和list 之前使⽤过@Value("${name}")来读取springboot配置⽂件中的配置信息,⽐如:@Value("${server.port}")private Integer port;后⾯遇到⼀个新问题,如果我要把配置⽂件中的⼀系列数据⼀下⼦读出来到同⼀个数据结构中怎么办呢?任素汐是谁⽐如说读取配置信息到map或者list下⾯来讲述⼀...
2023-11-29 14 0