12 2023 档案

摘要:在项目上负责对接一些三方接口,鉴于之前的经验,选择使用RestTemplate来实现各种http请求,以及文件的读取。 首先写了RestTemplate的配置类来配置基础信息,代码如下: @Configuration @ConditionalOnClass(value = {RestTemplate 阅读全文
posted @ 2023-12-01 11:32 duguyan 阅读(582) 评论(0) 推荐(0)