一主兩從,爆紅是正常的,不知為啥 spring:shardingsphere:datasource:names: ds_master,ds_s1,ds_s2ds_master:type: com.zaxxer.hikari.HikariDataSourcedriverClassName: com.mysql.jdbc.DriverjdbcUrl: jdbc:mysql://192.168.135.100:3306/gmall_product?serverTimezone=UTCusername: rootpassword: 123456ds_s1:type: com.zaxxer.hikari.HikariDataSourcedriverClassName: com.mysql.jdbc.DriverjdbcUrl: jdbc:mysql://192.168.135.100:3307/gmall_product?serverTimezone=UTCusername: rootpassword: 123456ds_s2:type: com.zaxxer.hikari.HikariDataSourcedriverClassName: com.mysql.jdbc.DriverjdbcUrl: jdbc:mysql://192.168.135.100:3308/gmall_product?serverTimezone=UTCusername: rootpassword: 123456rules:readwrite-splitting:data-sources:product-rw-ds:type: Staticprops:write-data-source-name: ds_masterread-data-source-names: ds_s1,ds_s2load-balancer-name: product_lb_alg #負載均衡算法名稱 # static-strategy: #讀寫分離策略load-balancers:product_lb_alg:type: ROUND_ROBIN