Zelexshow opened a new issue, #28618:
URL: https://github.com/apache/shardingsphere/issues/28618

   jdk17
   springboot 3.1.4
   
   yaml config file like this below:
   ///////////////////////////////////////////////
   schemaName: test
   
   dataSources:
     db_trans_single:
       dataSourceClassName: com.alibaba.druid.pool.DruidDataSource
       driverClassName: com.mysql.cj.jdbc.Driver
       jdbcUrl: 
jdbc:mysql://localhost:3306/db_trans_single?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8&allowMultiQueries=true
       username: root
       password: root
   
   
   
   rules:
     keyGenerators:
       snowflake:
         type: SNOWFLAKE
   
   props:
     sql-show: true
   ////////////////////////////////////////////////////////////////
   maven details:
   <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               <artifactId>shardingsphere-jdbc-core</artifactId>
              <version>5.4.0/version>
           </dependency>
   
           <dependency>
               <groupId>mysql</groupId>
               <artifactId>mysql-connector-java</artifactId>
           </dependency>
   
           <dependency>
               <groupId>com.alibaba</groupId>
               <artifactId>druid</artifactId>
           </dependency>
           <!-- 
https://mvnrepository.com/artifact/com.baomidou/mybatis-plus-boot-starter -->
           <dependency>
               <groupId>com.baomidou</groupId>
               <artifactId>mybatis-plus-boot-starter</artifactId>
           </dependency>
   
           <dependency>
               <groupId>org.yaml</groupId>
               <artifactId>snakeyaml</artifactId>
               <version>1.33</version>
           </dependency>
           <dependency>
               <groupId>org.glassfish.jaxb</groupId>
               <artifactId>jaxb-runtime</artifactId>
               <version>2.3.8</version>
           </dependency>
   
   ERROR:
   
![image](https://github.com/apache/shardingsphere/assets/52685431/51de5fe9-6592-44d5-b921-7ad4b545b0ab)
   
   


-- 
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]

Reply via email to