TMGG开源
首页
GitHub
首页
GitHub
  • 快速上手
  • 配置说明
  • session
  • 定时作业
  • 开放接口
  • 扩展插件

    • 扩展插件 - Kettle
    • 扩展模块 - 支付
    • 扩展插件 - 流程引擎
  • 前端手册

    • 开始
    • 组件
    • 工具类
    • UI 规范
  • 其他

    • 编码贴士
    • 常见问题

介绍

模块功能

  • 对kettle存储库的增删查操作
  • 对作业状态、日志的查看
  • 定时调度

Kettle 安装

安装插件

需要给kettle安装插件,插件地址 https://github.com/tmgg/kettle-carte-plugin

启动 Carte

windows 上启动 kettle 目录下的 Carte.bat。 为了避免乱码,建议在该文件前增加 set OPT= -Dfile.encoding=utf-8

项目中使用

配置pom.xml文件

 <dependency>
    <groupId>io.github.tmgg</groupId>
    <artifactId>tmgg-system-kettle</artifactId>
 </dependency>

配置yaml文件

tmgg:
  kettle:
    rep: "xxx"
    url: "http://127.0.0.1:8080"
    username: "cluster"
    password: "cluster"

界面操作

启动项目后,会在左侧菜单看到kettle菜单

Edit this page
最近更新:: 2025/4/27 01:02
Next
扩展模块 - 支付