一主两从,爆红是正常的,不知为啥 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