09 2022 档案
rocketmq
摘要:读取配置 alimq: accessKey: GKCZZBAjd81rufJsn secretKey: aaIIHyoeqLymh0hQNQjLiu9 namesrvAddr: http://aliyuncs.com groupId: GID_WORKFLOW_CALLBACK topic: wor 阅读全文
posted @ 2022-09-22 10:09 大黑.的博客 阅读(159) 评论(0) 推荐(0)
rabbitMQ工厂模式使用代码
摘要:配置文件 rabbitMQ: host: rabbitmq.com port: 30000 username: xxxx password: xxxxx topic: amq.topic queueName: icost-beta virtualHost: icost-beta #开启发送确认机制, 阅读全文
posted @ 2022-09-22 09:59 大黑.的博客 阅读(189) 评论(0) 推荐(0)
jdk8集合查询
摘要:List<String> ids = list.stream().map(ContractModificationBasicInfoDTO::getUuid).collect(Collectors.toList()); //构造树形结构List<ReportDetailDTO> dtos = ICo 阅读全文
posted @ 2022-09-20 10:39 大黑.的博客 阅读(101) 评论(0) 推荐(0)
两个list 对比去重
摘要:ResultBaseDTO<List<OccupyQueryResultDTO>> listResultBaseDTO = InvoicePoolUtil.invoiceOccupyQuery(queryDTO);final List<String> importedInvoiceCodes = t 阅读全文
posted @ 2022-09-16 17:41 大黑.的博客 阅读(98) 评论(0) 推荐(0)