Spring boot+logback+jdbctemplate Print SQL log

Source: Internet
Author: User

The jdbctemplate used in the project executes the SQL statement directly in the service, configured as follows:

Projects created using idea bring your own

Main/resource in the Logback.xml configuration file, add the following log configuration, I test only add the following this part is enough

<?XML version= "1.0" encoding= "UTF-8"?>  <Configuration>      <includeResource= "Org/springframework/boot/logging/logback/base.xml"/>            <!--Show Log -      <Loggername= "Org.springframework.jdbc.core"additivity= "false" Level= "DEBUG" >          <Appender-refref= "CONSOLE" />          <Appender-refref= "FILE" />      </Logger>      </Configuration>  

Spring boot+logback+jdbctemplate Print SQL log

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.