Logo
用户认证

用户认证 #

当 DBPlusEngine-Driver 应用接入包含 DBPlusEngine-Proxy 的集群时,管理员应配置正确的集群用户,以使 Driver 顺利接入。

配置项说明 #

# 以 SpringBoot 配置为例
spring.datasource.driver-class-name=org.apache.shardingsphere.driver.ShardingSphereDriver
spring.datasource.url=jdbc:shardingsphere:classpath:xxx.yaml
spring.datasource.username=root # 用户名
spring.datasource.password=password # 用户密码