摘要: #### 多个配置文件 * application.yaml * application-dev.yaml * application-test.yaml * application-prod.yaml #### 加载顺序 * 默认加载 application.yaml * profiles.act 阅读全文
posted @ 2023-05-31 14:55 vx_guanchaoguo0 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ### 设置到数据库 ``` transMeta.addDatabase(getDatabaseMeta(config)); TransLogTable origTransLogTable = transMeta.getTransLogTable(); origTransLogTable.setCo 阅读全文
posted @ 2023-05-31 13:41 vx_guanchaoguo0 阅读(335) 评论(0) 推荐(0) 编辑
摘要: #### 打开转换人物任务 ![](https://img2023.cnblogs.com/blog/2697130/202305/2697130-20230531124104802-177339916.png) #### 设置 ![](https://img2023.cnblogs.com/blo 阅读全文
posted @ 2023-05-31 12:44 vx_guanchaoguo0 阅读(120) 评论(0) 推荐(0) 编辑
摘要: #### 日志 kettle.properties配置文件 ``` # trans日志(转换) KETTLE_TRANS_LOG_DB=10.15.30.168 KETTLE_TRANS_LOG_TABLE=r_log_trans # 步骤日志表 (步骤) KETTLE_STEP_LOG_DB=lo 阅读全文
posted @ 2023-05-31 10:53 vx_guanchaoguo0 阅读(348) 评论(0) 推荐(1) 编辑
摘要: #### 1、brew安装MySQL ``` // 1. 若不考虑版本直接执行以下命令 brew install mysql // 2. 若要选择版本只要加上@版本即可,例如 brew install mysql@5.7 // 3. 安装完后启动mysql brew services start m 阅读全文
posted @ 2023-05-31 09:52 vx_guanchaoguo0 阅读(450) 评论(0) 推荐(0) 编辑