m350058411 opened a new issue #13526:
URL: https://github.com/apache/shardingsphere/issues/13526


   my yaml is this:
   
   ···
   
   spring:
     shardingsphere:
       datasource:
         names: master
         master:
           type: com.alibaba.druid.pool.DruidDataSource
           driver-class-name: com.mysql.cj.jdbc.Driver
           url: jdbc:mysql://localhost:3306/membership
           username: membership
           password: membership
       mode:
         type: Memory
       schema:
         name: membership
   
   ···
   
   when i run my project,flyway  throw NullPointerException when init itemself 
and get cachedDatabaseMetaData in ShardingSphereDatabaseMetaData,i debug and 
found shardingjdbc  constructor 
org\apache\shardingsphere\driver\jdbc\core\datasource\metadata\ShardingSphereDatabaseMetaData
  super class AdaptedDatabaseMetaData.cachedDatabaseMetaData   is null,what can 
i do to make  cachedDatabaseMetaData  has something?
   
   thanks


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