提交 eaf6d036 编写于 作者: M MaxKey

Update MyBatisSessionFactoryBean.java

上级 209d7b7e
......@@ -69,6 +69,11 @@ public class MyBatisSessionFactoryBean extends SqlSessionFactoryBean {
}
_logger.debug("DefaultStatementTimeout : {}" , config.getDefaultStatementTimeout());
_logger.debug("MappedStatementNames {}" , config.getMappedStatementNames());
if(_logger.isTraceEnabled()) {
for(String mappedStatementName : config.getMappedStatementNames()) {
_logger.trace("MappedStatementName {} " ,mappedStatementName);
}
}
return factory;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册