# springboot-master-slave-jpa **Repository Path**: Panlf/springboot-master-slave-jpa ## Basic Information - **Project Name**: springboot-master-slave-jpa - **Description**: SpringBoot2.1集成Spring-Data-Jpa实现主从数据库的功能。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-03-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Jpa主从数据库的配置使用 #### 环境 - Java 1.8 - SpringBoot 2.1.3 - Mysql #### 配置 - 修改src/main/resources/application.yml中的主库和从库的地址 - 新建数据库,即可启动本项目