会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
官萧何
逆风的方向,更适合翱翔……
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
35
下一页
2021年12月17日
springBoot + rabbitMQ +手动确认消息 + 控制(接口、定时任务)消费者上下线
摘要: 这里只贴消费者的部分代码 第一部分:手动ack配置 package com.mybatis.plus.config.mq; import org.springframework.amqp.core.AcknowledgeMode; import org.springframework.amqp.ra
阅读全文
posted @ 2021-12-17 16:11 官萧何
阅读(955)
评论(0)
推荐(0)
2021年12月13日
springBoot 使用ConfigurationProperties+PropertySource注解 引入yml配置文件
摘要: 配置文件 rabbit-mq.yml #################################################### ####### Rabbit MQ Exchange Queue Config ########## ###########################
阅读全文
posted @ 2021-12-13 15:10 官萧何
阅读(559)
评论(1)
推荐(0)
2021年12月10日
Apache Log4j 远程代码执行漏洞 springBoot修复 使用 log4j 2.15.0
摘要: 将 spring-boot-starter-log4j2 依赖更换为2.15.0 依赖 <!--<dependency>--> <!--<groupId>org.springframework.boot</groupId>--> <!--<artifactId>spring-boot-starter
阅读全文
posted @ 2021-12-10 15:31 官萧何
阅读(451)
评论(0)
推荐(0)
springboot 整合RabbitMQ yml配置文件配置交换机 队列信息
摘要: 1.配置文件 application-rabbit.yml #################################################### ####### Rabbit MQ Exchange Queue Config ########## ################
阅读全文
posted @ 2021-12-10 09:53 官萧何
阅读(3067)
评论(0)
推荐(0)
2021年12月8日
java集合排序 一行代码
摘要: @GetMapping(value="/test5") public R test5(){ List<MongoTest> mongoTests = Arrays.asList(new MongoTest("1a", 54, "tom", "4"), new MongoTest("4a", 24,
阅读全文
posted @ 2021-12-08 08:55 官萧何
阅读(77)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
35
下一页
公告