# springboot-otter **Repository Path**: chl_it/springboot-otter ## Basic Information - **Project Name**: springboot-otter - **Description**: alibaba otter springboot3 版本,新版ui,提供mysql数据同步功能,仅供参考学习 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-08-04 - **Last Updated**: 2025-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot3, alibaba-otter, Dubbo3, 数据同步, mysql数据同步 ## README # alibaba otter # 迁移升级说明 * 替换webx框架,升级springmvc * 移除内置jetty容器,改用undertow * 移除内置rmi调用,仅适配dubbo3调用 * 基于ant design pro新版admin * 升级springboot3 & dubbo3 & mybatis-flex * tsdb适配新版mybatis-flex * xml改换成bean configuration配置 * 暂不支持oracle数据库迁移,仅提供mysql版本数据迁移功能,不支持虚拟键迁移 * 不支持docker打包部署,目前otter打包通过项目自定打包部署 * 废弃及升级部分过时jar * 仅提供数据库同步功能学习使用 # 工具介绍 基于数据库增量日志解析,准实时同步到本机房或异地机房的mysql/oracle数据库. 一个分布式数据库同步系统 # 环境配置&打包 * maven打包配置勾选 build-webjars及web,完成配置打包 * ide环境运行时,需要添加web的profile环境 # [otter wiki 文档](https://gitee.com/alibaba/otter/wikis/Home)