lazyboyl opened a new issue #8321:
URL: https://github.com/apache/shardingsphere/issues/8321


   ## Question
   How to configure SQL statement printing in shardingsphere JDBC core spring 
boot starter
   ## 1、shardingsphere-jdbc-core-spring-boot-starter version
   ` <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               
<artifactId>shardingsphere-jdbc-core-spring-boot-starter</artifactId>
               <version>5.0.0-alpha</version>
           </dependency>`
   ## 2、spring-boot-starter version
   `<parent>
           <groupId>org.springframework.boot</groupId>
           <artifactId>spring-boot-starter-parent</artifactId>
           <version>2.3.1.RELEASE</version>
           <relativePath/> <!-- lookup parent from repository -->
       </parent>`
   ## 3、application.yml
   How to configure SQL statement printing in application.yml,In this 
[configure](https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-jdbc/configuration/props/),
 only SQL show is found, but there is no specific configuration
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to