how to configure logback for Mybatis to print my SQL

前端 未结 3 1426
有刺的猬
有刺的猬 2020-12-13 05:32


    
        <         


        
3条回答
  •  星月不相逢
    2020-12-13 05:45

         
          
      
    
    
        
     
    

    I used the above code snippet in my logback.xml and got the sql query in logger. If require to print sql in specific logger, use tag.

提交回复
热议问题