Re: [Feature Enhancement] Provide Spring Configuration method to use the feature of Data Masking

2019-04-03 Thread juan pan
Thanks for your reply. I just consider to provide different configuration modes for users to use data masking feature. Here[1] is the difference between Java code and spring configuration. - [1] https://shardingsphere.apache.org/document/current/en/manual/sharding-jdbc/usage/encrypt/

Re: [Feature Enhancement] Provide Spring Configuration method to use the feature of Data Masking

2019-04-01 Thread guangyuan wang
It is a good idea to provide another way to configure data masking. Could you explain more clearly about the difference between Java code and spring configuration. Does spring configuration like class with @Configuration? juan pan 于2019年4月1日周一 下午7:00写道: > Hi, everyone. > > This email is to

[Feature Enhancement] Provide Spring Configuration method to use the feature of Data Masking

2019-04-01 Thread juan pan
Hi, everyone. This email is to discuss to schedule to provide Spring configuration method for the dataSource of Data masking. *Current Situation* * ShardingSphere can provide Java code and Yaml file for users to use the feature of data masking. * The feature of data masking is in the process of