# dynamic-datasource-demo **Repository Path**: joycoding/dynamic-datasource-demo ## Basic Information - **Project Name**: dynamic-datasource-demo - **Description**: dynamic-datasource 库使用demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2023-06-15 - **Last Updated**: 2024-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### dynamic-datasource-demo 关于动态数据源的demo项目。 具体使用过程查看我的博文:[SpringBoot 中 MyBatis-Plus 集成动态多数据源过程](http://t.csdn.cn/NGkld) #### 本地测试请求地址和参数: http://localhost:8080/demo/test/get1 http://localhost:8080/demo/test/get2 http://localhost:8080/demo/test/now http://localhost:8080/demo/test/remove?name=test http://localhost:8080/demo/test/addSource {"poolName":"test","driverClassName":"com.mysql.cj.jdbc.Driver","url":"jdbc:mysql://localhost:3306/dynamic2","username":"root","password":"root"}