Hibernate
log4j.logger.org.hibernate.tool.hbm2ddl=debug
log4j.logger.org.hibernate.engine.transaction=debug
Mybatis
在mybatis配置中添加下面的配置
12 3
在spring的SqlSessionFactory配置中添加以下配置
12 3 74 65
在项目中的dao层中修改Level
com.mybatis.demo.dao=debug
本文共 411 字,大约阅读时间需要 1 分钟。
Hibernate
log4j.logger.org.hibernate.tool.hbm2ddl=debug
log4j.logger.org.hibernate.engine.transaction=debug
Mybatis
在mybatis配置中添加下面的配置
12 3
在spring的SqlSessionFactory配置中添加以下配置
12 3 74 65
在项目中的dao层中修改Level
com.mybatis.demo.dao=debug
转载于:https://www.cnblogs.com/silfox/p/8375878.html