摘要:
1、es配置 查询集群名称 http://{ip}:9200/_cluster/health?pretty 如图所示: 创建es映射文件 es文件夹下的创建t_user.yml文件 代码如下: dataSourceKey: defaultDS destination: example groupId 阅读全文
摘要:
1、环境准备 1、mysql数据开启binlog show variables like 'log_%';show variables like '%binlog_format%'; test库里面新建以下t_user表 -- Table structure for t_user -- DROP T 阅读全文