# shawn-rwdb **Repository Path**: geekworkshop/shawn-rwdb ## Basic Information - **Project Name**: shawn-rwdb - **Description**: spring+mybatis实现数据库读写分离 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shawn-rwdb ##### spring+mybatis实现数据库读写分离 > 如果你的后台结构是spring+mybatis,可以通过spring的AbstractRoutingDataSource和mybatis Plugin拦截器实现非常友好的读写分离,原有代码不需要任何改变。