# rwseperate **Repository Path**: maxatom/rwseperate ## Basic Information - **Project Name**: rwseperate - **Description**: 读写分离demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-23 - **Last Updated**: 2023-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rwseperate #### 介绍 读写分离demo #### 软件架构 软件架构说明 springboot #### 安装教程 主库: rwsepate_orders 从库: rwsepate_orders_01, rwsepate_orders_02 表: CREATE TABLE `orders` ( `id` INT(10) NOT NULL AUTO_INCREMENT COMMENT '订单编号', `user_id` INT(10) NULL DEFAULT NULL COMMENT '用户编号', PRIMARY KEY (`id`) USING BTREE ) COMMENT='订单表' COLLATE='utf8mb4_bin' ENGINE=InnoDB AUTO_INCREMENT=11 ; #### 使用说明 1. xxxx 2. xxxx 3. xxxx