Sfaecp opened a new issue #13815: URL: https://github.com/apache/shardingsphere/issues/13815
To customize the sharding algorithm configuration, I only found the configuration before 5.x, but did not find the configuration before 5.x. My configuration is as follows: spring.shardingsphere.rules.sharding.tables.t_order.table-strategy.standard.sharding-column=order_id spring.shardingsphere.rules.sharding.tables.t_order.table-strategy.standard.sharding-algorithm-name=table-inline spring.shardingsphere.rules.sharding.sharding-algorithms.table-inline.type=INLINE spring.shardingsphere.rules.sharding.sharding-algorithms.table-inline.props.algorithmClassName=com.lbx.dividedbtable.algorithm.PowerfulGreateTableAlgorithm -- 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]
