上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 33 下一页
摘要: 1、准备 在三台服务器安装好mysql8.0 2、修改my.cnf配置文件 在[mysqld]标签下添加MGR相关配置 (重启mysql) # 组复制 start # Mysql服务ID server-id=1 # 全局事务 gtid-mode=on # 强制GTID的一致性 enforce-gti 阅读全文
posted @ 2022-04-06 17:33 官萧何 阅读(567) 评论(0) 推荐(0) 编辑
摘要: package com.mybatis.plus; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; impor 阅读全文
posted @ 2022-03-23 15:37 官萧何 阅读(1705) 评论(0) 推荐(0) 编辑
摘要: 配置文件: #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.p 阅读全文
posted @ 2022-03-15 11:28 官萧何 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 由于业务对mq的依赖越加眼中,准备研究下搭建mq集群,使用的是rabbitmq 可以参考下这篇文章:我就是在这篇文章的参考下搭建成功的:https://www.cnblogs.com/flat_peach/archive/2013/04/07/3004008.html 下面附上踩坑记录 1.修改 . 阅读全文
posted @ 2022-03-07 17:17 官萧何 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 发送消息 @RequestMapping("serviceMessage") public R serviceMessage(){ String msgStr = "[{\"id\": 4024,\"channelPrimaryId\": 5,\"recordDate\": 163828800000 阅读全文
posted @ 2022-03-02 08:51 官萧何 阅读(687) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 33 下一页