RaigorJiang edited a comment on issue #10867: URL: https://github.com/apache/shardingsphere/issues/10867#issuecomment-883924585
Hi @Keanhua I checked and tested your demo project, there are some problems: 1. Refer to [example](https://github.com/apache/shardingsphere/blob/master/examples/shardingsphere-jdbc-example/other-feature-example/encrypt-example/encrypt-spring-boot-example/src/main/resources/application-encrypt-databases.properties), `columns.column.encryptor` should be `columns.column.encryptor-name` now; 2. `encryptor-name` should not has underline in YAML configuration. 3. You can just replace your config file with example file, it should work well, so it's a configuration issue. -- 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]
