# springboot-atomikos **Repository Path**: whwqs/springboot-atomikos ## Basic Information - **Project Name**: springboot-atomikos - **Description**: atomikos分布式事务示例 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2024-06-24 - **Last Updated**: 2024-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目介绍: atomikos+tk.mybatis+druid实现配置化atomikos分布式数据源管理 源码: atomikos-freeager 测试及使用示例: atomikos-freeager-test 说明: 1、不使用@MapperScan,需要在配置文件针对每一个数据源增加basePackage配置。 2、只需在启动类加上@EnableFreeagerAtomikos,设置与配置文件对应的数据源名即可。