各位大佬,有个问题:我想配置不同的库存储不同业务的表
现在表的垂直分库这样配置:配置哪个表在哪个节点
# 绑定loudong表所在节
spring.shardingsphere.sharding.tables.loudong.actual-data-nodes=ds1.loudon
# 绑定user表所在节
spring.shardingsphere.sharding.tables.user.actual-data-nodes=ds0.user
但是比如我100个表,50个表在ds1,50个在ds0,我总不能把100个表全配置一遍吧。有办法吗?比如根据表名自动分库
该怎么配置呢?