摘要: https://developer.aliyun.com/article/1123809?spm=5176.26934562.main.4.7b7a4cb4DH8qbG Need to upgrade docker package to 17.06.0+. Docker升级 https://blog 阅读全文
posted @ 2023-08-01 20:41 浪涛飞 阅读(16) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u010858605/article/details/113746563 阅读全文
posted @ 2023-04-14 15:26 浪涛飞 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 问:@乐大大的大 DefaultEventExecutorGroup 并不能提高并发吗 答: @小鱼 不一定,DefaultEventExecutorGroup实际上是Netty支持的一种可用于提高并发性能的技术。它能够同时处理多个事件,有助于减少系统中等待时间,从而提高系统的性能。但是,要真正提高 阅读全文
posted @ 2023-02-15 11:20 浪涛飞 阅读(235) 评论(1) 推荐(0) 编辑
摘要: rest("/apibus/busi/").produces(consumes).consumes(consumes) .post("processApply").route().log("流程操作申请") .to(BusiApplyRoute.ROUTE_ID).endRest() #initRe 阅读全文
posted @ 2023-02-04 16:24 浪涛飞 阅读(28) 评论(1) 推荐(0) 编辑
摘要: AliasRegistry:定义对alias的简单增删改查SimpleAliasRegistry:主要使用map作为alias的缓存,并对接口AliasRegistry进行实现SingletonBeanRegistry:定义对单例的注册及获取BeanFactory:定义获取bean及bean的各种属 阅读全文
posted @ 2023-01-29 10:32 浪涛飞 阅读(23) 评论(0) 推荐(0) 编辑
摘要: https://www.twblogs.net/a/5eb3cb8986ec4d04925c133b https://github.com/labulakalia/ibm_bak/blob/main/ibm_articles/%E4%BD%BF%E7%94%A8Camel%E5%AE%9E%E7%8 阅读全文
posted @ 2022-05-14 19:36 浪涛飞 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 记录初学Spring boot中使用GraphQL编写API的几种方式:https://www.cnblogs.com/yourblog/p/10793534.html 基于模式驱动构建GraphQL应用程序:https://zhuanlan.zhihu.com/p/337129928 GraphQ 阅读全文
posted @ 2022-03-27 00:27 浪涛飞 阅读(28) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/keerya/p/7987886.html 阅读全文
posted @ 2021-12-11 01:44 浪涛飞 阅读(14) 评论(0) 推荐(0) 编辑
摘要: package main /** 同步原语: sync.Mutex:互斥锁,指的是同一时刻只有一个携程执行某段代码,其他协程都要等待该协程执行完毕后才能继续执行 sync.RWMutex:读写锁 sync.WaitGroup:用于最终完成的场景,关键点一定要等待所有的协程都执行完毕 sync.Onc 阅读全文
posted @ 2021-03-02 21:49 浪涛飞 阅读(142) 评论(0) 推荐(0) 编辑
摘要: activiti: database-schema-update: "true" check-process-definitions: false @EnableAutoConfiguration(exclude = {SecurityAutoConfiguration.class, Multipa 阅读全文
posted @ 2020-11-02 11:03 浪涛飞 阅读(176) 评论(0) 推荐(0) 编辑