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 2021/03/31 10:41:35 UTC

[GitHub] [shardingsphere] double2013 commented on issue #9890: springboot2.x+ elasticjo3.0.0-RC1 +mybatis-dynamic3.3.0, can not work well with elasticjob.tracing.type=RDB

double2013 commented on issue #9890:
URL: https://github.com/apache/shardingsphere/issues/9890#issuecomment-810965664


   pom.xml as below:
   ```
   <mybatis-plus.version>3.1.2</mybatis-plus.version>
   <mybatis-dynamic.version>3.3.0</mybatis-dynamic.version>
   <elasticjob.version>3.0.0-RC1</elasticjob.version>
   
   <dependency>
   	<groupId>com.baomidou</groupId>
   	<artifactId>mybatis-plus-boot-starter</artifactId>
   	<version>${mybatis-plus.version}</version>
   </dependency>
   <dependency>
   	<groupId>com.baomidou</groupId>
   	<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
   	<version>${mybatis-dynamic.version}</version>
   </dependency>
   <dependency>
   	<groupId>com.alibaba</groupId>
   	<artifactId>druid-spring-boot-starter</artifactId>
   	<version>${druid.version}</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