mybatis-plus 控制台打印sql,配置文件xml需注释掉,否则会冲突

Posted 覃上

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mybatis-plus 控制台打印sql,配置文件xml需注释掉,否则会冲突相关的知识,希望对你有一定的参考价值。

#mybatis-plus.config-location=classpath:mybatis/mybaytis-config.xml
mybatis-plus.mapper-locations=classpath:mybatis/mapper/*.xml
###显示SQL语句部分
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl

以上是关于mybatis-plus 控制台打印sql,配置文件xml需注释掉,否则会冲突的主要内容,如果未能解决你的问题,请参考以下文章

mybatis-plus打印完整sql语句

mybatis-plus打印完整sql语句

将mapper.xml中执行的sql打印到控制台上

SpringBoot中Mybatis打印sql日志

SpringBoot中Mybatis打印sql日志

mybatis-plus日志输出sql配置(控制台能输出sql日志没有sql问题)