2022年10月26日
摘要:
配置信息 bbitMQ: host: rabbitmq.com port: 0000 username: 0000 password: 0000 topic: amq.fanout queueName: icost-beta virtualHost: icost-beta #开启发送确认机制,将来消
阅读全文
posted @ 2022-10-26 15:23
大黑.的博客
阅读(675)
推荐(0)
2022年9月22日
摘要:
读取配置 alimq: accessKey: GKCZZBAjd81rufJsn secretKey: aaIIHyoeqLymh0hQNQjLiu9 namesrvAddr: http://aliyuncs.com groupId: GID_WORKFLOW_CALLBACK topic: wor
阅读全文
posted @ 2022-09-22 10:09
大黑.的博客
阅读(148)
推荐(0)
摘要:
配置文件 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
大黑.的博客
阅读(172)
推荐(0)
2022年9月20日
摘要:
List<String> ids = list.stream().map(ContractModificationBasicInfoDTO::getUuid).collect(Collectors.toList()); //构造树形结构List<ReportDetailDTO> dtos = ICo
阅读全文
posted @ 2022-09-20 10:39
大黑.的博客
阅读(101)
推荐(0)
2022年9月16日
摘要:
ResultBaseDTO<List<OccupyQueryResultDTO>> listResultBaseDTO = InvoicePoolUtil.invoiceOccupyQuery(queryDTO);final List<String> importedInvoiceCodes = t
阅读全文
posted @ 2022-09-16 17:41
大黑.的博客
阅读(94)
推荐(0)
2022年7月25日
摘要:
return JSON.toJSONString(resultForm, SerializerFeature.DisableCircularReferenceDetect);
阅读全文
posted @ 2022-07-25 23:28
大黑.的博客
阅读(143)
推荐(0)
2022年6月23日
摘要:
import org.springframework.stereotype.Component; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServletRequest; import javax.servlet.
阅读全文
posted @ 2022-06-23 09:46
大黑.的博客
阅读(51)
推荐(0)
摘要:
alter table [表名] add 字段名 smallint default 0alter table [表名] add 字段名 int default 0alter table [表名] add 字段名 single default 0 alter table [表名] add 字段名 do
阅读全文
posted @ 2022-06-23 09:44
大黑.的博客
阅读(561)
推荐(0)
2022年5月27日
摘要:
CloseableHttpResponse方式 get请求 public String logoutByToken (String token)throws IOException { String code =null; if(token == null){ return "500"; }else
阅读全文
posted @ 2022-05-27 17:35
大黑.的博客
阅读(232)
推荐(0)
摘要:
INSERT into contract_service.voucher_contract_mapping_info (uuid,contract_id, contract_name,external_contract_id,external_contract_name)select uuid,co
阅读全文
posted @ 2022-05-27 10:18
大黑.的博客
阅读(417)
推荐(0)