使用步骤

配置项说明

配置示例

  1. <beans xmlns="http://www.springframework.org/schema/beans"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. <property name="driverClass" value="org.apache.shardingsphere.driver.ShardingSphereDriver" />
  4. <property name="url" value="jdbc:shardingsphere:classpath:xxx.yaml" />
  5. </beans>

使用方式同 Spring Boot。