2.监控mybatis执行sql语句
Posted hua900822
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2.监控mybatis执行sql语句相关的知识,希望对你有一定的参考价值。
1.在项目中的 resource资源文件夹中创建一个文件
监控等级有五个 ERROR --->WARN---->INFO----->DEBUG----->TRACE
监控包名为 com.gzcgxt.erp下面的所有子包
# Global logging configuration log4j.rootLogger=ERROR, stdout # MyBatis logging configuration... # ERROP > WARN > INFO > DEBUG > TRACE log4j.logger.com.gzcgxt.erp=TRACE # Console output... log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%5p [%t] - %m%n
2.运行代码
以上是关于2.监控mybatis执行sql语句的主要内容,如果未能解决你的问题,请参考以下文章