Caused by: java.lang.ClassNotFoundException: org.apache.shardingsphere.core.parse.cache.ParsingResultCache
分库分表的时候出现了这个问题:
org.apache.shardingsphere sharding-jdbc-spring-boot-starter 4.0.0-RC1
改版本号为4.0.0-RC2就好了
org.apache.shardingsphere sharding-jdbc-spring-boot-starter 4.0.0-RC2



