You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/05/18 11:14:05 UTC

[GitHub] [shardingsphere] yu199195 opened a new issue #5675: YamlRuleConfiguration is generated dynamically based on the user's configuration in spring boot yaml file.。

yu199195 opened a new issue #5675:
URL: https://github.com/apache/shardingsphere/issues/5675


   now :
   1. YamlRuleConfiguration wil be Spring bean in spring-boot-starter module。
   for example(if users config this, will  generated YamlShardingRuleConfiguration and YamlEncryptRuleConfiguration  ) :
   ```yaml
   spring.shardingsphere.rules.sharding.......=user_id
   ....
   spring.shardingsphere.rules.encrypt.encryptors.order_encrypt.type=test
   ...
   ```
   2.  Scalability:
     2.1  impl  `org.apache.shardingsphere.infra.yaml.config.YamlRuleConfiguration`。
     2.2  register be spring bean.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] yu199195 closed issue #5675: YamlRuleConfiguration is generated dynamically based on the user's configuration in spring boot yaml file.

Posted by GitBox <gi...@apache.org>.
yu199195 closed issue #5675:
URL: https://github.com/apache/shardingsphere/issues/5675


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org