文章目录
读取JSON配置文件的值
1、使用fastjson工具类读取文件
ClassPathResource fileResource = new ClassPathResource("config/url.json");
UrlBo urlBo = JSON.parseObject
2024-02-11 08:14:28
ClassPathResource fileResource = new ClassPathResource("config/url.json");
UrlBo urlBo = JSON.parseObject
下一篇:fastjson bug