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需注释掉,否则会冲突的主要内容,如果未能解决你的问题,请参考以下文章