pengboyin removed a comment on issue #380:
URL: https://github.com/apache/shardingsphere/issues/380#issuecomment-694721266
> 非常抱歉
`<sharding:data-source id="shardingDataSourceSkyWrite">
<sharding:sharding-rule data-source-names="ds_skyUser_read">
<sharding:table-rules>
<sharding:table-rule
logic-table="accounts_openaccount"
actual-data-nodes="ds_skyUser_read.accounts_openaccount$->{0..3}"
database-strategy-ref="databaseStrategy"
table-strategy-ref="accountTableTableStrategy"
key-generator-ref="accountKeyGenerator"
/>
</sharding:table-rules>
</sharding:sharding-rule>
<sharding:props>
<prop key="sql.show">true</prop>
<prop key="metrics.enable">true</prop>
</sharding:props>
</sharding:data-source>`
这样配置之后还是无法打印
----------------------------------------------------------------
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:
[email protected]