springboot读取yml文件中数组或集合示例

yml文件中

配置提供免费的网站,如果这些网站失效了,需要重新配置

freeProxyList: https://www.zdaye.com/FreeIPList.html,
https://www.kuaidaili.com/free/inha/1/,
https://ip.jiangxianli.com/?page=1,
https://www.89ip.cn/,
http://www.kxdaili.com/dailiip.html,
http://proxydb.net/

springboot中
@Value("${freeProxyList}")
private String[] freeProxyList;

你可能感兴趣的:(笔记,java,linux)