# springboot_kettle **Repository Path**: wc521521/springboot_kettle ## Basic Information - **Project Name**: springboot_kettle - **Description**: springboot整合kettle(kettle运行环境需要的jar都封装到springboot项目里) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-07-29 - **Last Updated**: 2025-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 启动类添加如下代码, 启动kettle环境 @PostConstruct public void initKettle() throws KettleException { KettleEnvironment.init(); }