Operation

Configuration Item Explanation

Example

  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>

Same with Spring Boot.