12 2021 档案

摘要:一、添加依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-openfeign</artifactId> </dependency> 二、添加配置(可选)(appl 阅读全文
posted @ 2021-12-28 17:00 Ariter 阅读(389) 评论(0) 推荐(0)
摘要:新建: List<ProcessSyncPO> needSyncDataList = new ArrayList<>();数组转List List<String> excludeLoanKind = Arrays.asList(unGenerateExcLoanKind.split(",")); 选 阅读全文
posted @ 2021-12-22 19:41 Ariter