Logo
User Authentication

User Authentication #

When the DBPlusEngine-Driver application accesses a cluster containing DBPlusEngine-Proxy, the administrator should configure the correct cluster user to allow the Driver to access smoothly.

Configuration item description #

# Take SpringBoot configuration as an example
spring.datasource.driver-class-name=org.apache.shardingsphere.driver.ShardingSphereDriver
spring.datasource.url=jdbc:shardingsphere:classpath:xxx.yaml
spring.datasource.username=root # Username
spring.datasource.password=password # User password