07 2024 档案
摘要:废话不多说,上教程 一,配置publish ssh 二,配置 ssh server 记住Name 三 设置发布选项 1 设置模块多选(请安装多选插件:Active Choices Plug-in) 四 编写pipeline 说明: 1 modules.split(',')中的modules就是上面多
阅读全文
摘要:废话不多说,上代码 宗旨:将List<A> 映射为 List<String> 一,实体类 Source //Source中有一个List<A> public class Source{ private String id; private String from; private List<A> t
阅读全文
摘要:官网教程:https://www.easy-es.cn/pages/ac41f0/#settings 一 测试项目 1 pom <dependencies> <!-- 排除springboot中内置的es依赖,以防和easy-es中的依赖冲突--> <dependency> <groupId>org
阅读全文
摘要:一 下载Logstash 不废话了,我下载的7.17.6 二 新增配置文件 在logstash/pipeline中,添加logstash.conf input { jdbc { # 连接 jdbc_connection_string => "jdbc:mysql://192.168.1.1:3306
阅读全文
摘要:由于国内原因,Docker无法拉取。 进入etc/docker 编辑(新建)daemon.json 下面两个镜像源还可以使用。 { "registry-mirrors": [ "http://hammal.staronearth.win/", "http://hub.staronearth.win/
阅读全文