You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/06/12 18:24:24 UTC

[GitHub] [incubator-shardingsphere] javahongxi opened a new issue #2546: 4.0.0-RC1使用报ClassNotFoundException: org.apache.shardingsphere.core.parse.cache.ParsingResultCache

javahongxi opened a new issue #2546: 4.0.0-RC1使用报ClassNotFoundException: org.apache.shardingsphere.core.parse.cache.ParsingResultCache
URL: https://github.com/apache/incubator-shardingsphere/issues/2546
 
 
   sharding-jdbc-spring-boot-starter:4.0.0-RC1使用报ClassNotFoundException: org.apache.shardingsphere.core.parse.cache.ParsingResultCache
   看了下,如下包有问题,像是空包
   ```
   <!-- https://mvnrepository.com/artifact/org.apache.shardingsphere/sharding-core-parse-common -->
   <dependency>
       <groupId>org.apache.shardingsphere</groupId>
       <artifactId>sharding-core-parse-common</artifactId>
       <version>4.0.0-RC1</version>
   </dependency>
   ```
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services