weikangqq opened a new issue #8128:
URL: https://github.com/apache/shardingsphere/issues/8128


   my application.yml  
     props:
         sql:
           show: true
         check:## it looks like not effict
           table:
             metadata:
               enabled: false
   
   my maven
              <dependency>
                   <groupId>org.apache.shardingsphere</groupId>
                   <artifactId>sharding-jdbc-spring-boot-starter</artifactId>
                   <version>4.1.1</version>
               </dependency>
               <dependency>
                   <groupId>org.springframework.boot</groupId>
                   <artifactId>spring-boot-dependencies</artifactId>
                   <version>2.3.2.RELEASE</version>
                   <type>pom</type>
                   <scope>import</scope>
               </dependency>
   
   that's my start log:
   2020-11-11 13:23:27.090  INFO 7116 --- [  restartedMain] 
ShardingSphere-metadata                  : Loading 5 logic tables' meta data.
   2020-11-11 13:23:27.522  INFO 7116 --- [  restartedMain] 
ShardingSphere-metadata                  : Loading 458 tables' meta data.
   2020-11-11 13:25:25.592  INFO 7116 --- [  restartedMain] 
ShardingSphere-metadata                  : Meta data load finished, cost 118541 
milliseconds.
   
   it wait it too long;
   please tell me how can i do to close meta check in spring boot project
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to