wh-zxt-01 commented on issue #34458:
URL: 
https://github.com/apache/shardingsphere/issues/34458#issuecomment-2635750600

   `dataSources:
     ds_0:
       dataSourceClassName: com.zaxxer.hikari.HikariDataSource
       driverClassName: oracle.jdbc.OracleDriver
       jdbcUrl: jdbc:oracle:thin:@192.168.90.61:1521:helowin
       username: test
       password: test
       maxPoolSize: 10
   
   rules:
   - !ENCRYPT
     encryptors:
       standard_encryptor:
         type: xxx
         props:
           mode: ECB
           padding: PKCS5Padding
     tables:
       base_system_config:
         columns:
           n222:
             cipher:
               name: n222
               encryptorName: standard_encryptor
           v111:
             cipher:
               name: v111
               encryptorName: standard_encryptor`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to