sandynz commented on code in PR #21973:
URL: https://github.com/apache/shardingsphere/pull/21973#discussion_r1018660596


##########
examples/shardingsphere-example-generator/src/main/resources/template/jdbc/java/config/encrypt.ftl:
##########
@@ -19,7 +19,7 @@
         Properties props = new Properties();
         props.setProperty("aes-key-value", "123456");
         EncryptColumnRuleConfiguration columnConfigAes = new 
EncryptColumnRuleConfiguration("phone", "phone", "", "", "phone_plain", 
"phone_encryptor", null);
-        EncryptColumnRuleConfiguration columnConfigTest = new 
EncryptColumnRuleConfiguration("status", "status", "assisted_query_status", "", 
"string_encryptor", "string_encryptor", null);
+        EncryptColumnRuleConfiguration columnConfigTest = new 
EncryptColumnRuleConfiguration("status", "status", "assisted_query_status", "", 
"","string_encryptor", "string_encryptor", null, null);

Review Comment:
   About `"","string_encryptor"`, blank could be added after `,`



-- 
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