springboot+mybatis sql 打印在控制台

第一种方法

在mybatis文件夹下新建mybatis-config.xml




        
            
            
        

在application.properties中

mybatis.config-location=classpath:mybatis/mybatis-config.xml

第二种方法

在application.properties文件中

#mapper接口地址

logging.level.com.xxx.xxx.mapper=DEBUG

  

  

你可能感兴趣的:(springboot+mybatis sql 打印在控制台)