blob: 76d32c569e9b2c542461d71f6b05c8e992d7dc96 [file] [log] [blame]
spring.shardingsphere.datasource.names=ds
spring.shardingsphere.datasource.ds.type=com.zaxxer.hikari.HikariDataSource
spring.shardingsphere.datasource.ds.driver-class-name=com.mysql.jdbc.Driver
spring.shardingsphere.datasource.ds.jdbc-url=jdbc:mysql://localhost:3306/demo_ds?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=UTF-8
spring.shardingsphere.datasource.ds.username=root
spring.shardingsphere.datasource.ds.password=
spring.shardingsphere.encrypt.encryptors.encryptor_aes.type=aes
spring.shardingsphere.encrypt.encryptors.encryptor_aes.props.aes.key.value=123456
spring.shardingsphere.encrypt.encryptors.encryptor_md5.type=md5
spring.shardingsphere.encrypt.tables.t_user.columns.user_name.plainColumn=user_name
spring.shardingsphere.encrypt.tables.t_user.columns.user_name.cipherColumn=user_name_cipher
spring.shardingsphere.encrypt.tables.t_user.columns.user_name.encryptor=encryptor_aes
spring.shardingsphere.encrypt.tables.t_user.columns.pwd.plainColumn=pwd_plain
spring.shardingsphere.encrypt.tables.t_user.columns.pwd.cipherColumn=pwd_cipher
spring.shardingsphere.encrypt.tables.t_user.columns.pwd.encryptor=encryptor_md5
spring.shardingsphere.orchestration.name=cloud_encrypt
spring.shardingsphere.orchestration.overwrite=false
spring.shardingsphere.orchestration.registry.type=zookeeper
spring.shardingsphere.orchestration.registry.server-lists=localhost:2181
spring.shardingsphere.orchestration.registry.namespace=lorchestration-spring-boot-mysql-cloud