sharding-jdbc 在测试环境中分库分表是没有问题的 ,将之整合到现有的项目中启动报Related cause: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'orderItemTableShardingStrategys': Unsatisfied dependency expressed through constructor argument with index 1 of type [io.shardingsphere.core.api.algorithm.sharding.standard.PreciseShardingAlgorithm]: Could not convert constructor argument value of type [com.jiurun.iot.db.sharding.PreciseModuloTableShardingAlgorithm] to required type [io.shardingsphere.core.api.algorithm.sharding.standard.PreciseShardingAlgorithm]: Failed to convert value of type [com.jiurun.iot.db.sharding.PreciseModuloTableShardingAlgorithm] to required type [io.shardingsphere.core.api.algorithm.sharding.standard.PreciseShardingAlgorithm]; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.jiurun.iot.db.sharding.PreciseModuloTableShardingAlgorithm] to required type [io.shardingsphere.core.api.algorithm.sharding.standard.PreciseShardingAlgorithm]: no matching editors or conversion strategy found