pqgj19930708 opened a new issue #15478:
URL: https://github.com/apache/shardingsphere/issues/15478


   最开始是这样配置的
   
spring.shardingsphere.sharding.tables.coin_$crdnusdt.actual-data-nodes=exchange.coin_$crdnusdt
   报找不到crdnusdt这个脚本
   之后增加转义$
   
spring.shardingsphere.sharding.tables.ex_trade_$crdnusdt.actual-data-nodes=exchange.ex_trade_\$crdnusdt
   还是报找不到crdnusdt这个脚本
   再增加\\$转义后
   
spring.shardingsphere.sharding.tables.ex_trade_$crdnusdt.actual-data-nodes=exchange.ex_trade_\\$crdnusdt
   不报错了。但是
   启动日志是下面这样
   masterSlaveRules:
       tables:
              ex_trade_crdnusdt:
                   actualDataNodes: exchange.ex_trade_\$crdnusdt
                   logicTable: ex_trade_crdnusdt
   
   有没有办法解决一下


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