提交 7a5d2e53 编写于 作者: M MaxKey

remove debug MappedStatementNames

上级 8a660ff6
...@@ -68,7 +68,6 @@ public class MyBatisSessionFactoryBean extends SqlSessionFactoryBean { ...@@ -68,7 +68,6 @@ public class MyBatisSessionFactoryBean extends SqlSessionFactoryBean {
config.setDefaultStatementTimeout(timeout); config.setDefaultStatementTimeout(timeout);
} }
_logger.debug("DefaultStatementTimeout : {}" , config.getDefaultStatementTimeout()); _logger.debug("DefaultStatementTimeout : {}" , config.getDefaultStatementTimeout());
_logger.debug("MappedStatementNames {}" , config.getMappedStatementNames());
if(_logger.isTraceEnabled()) { if(_logger.isTraceEnabled()) {
for(String mappedStatementName : config.getMappedStatementNames()) { for(String mappedStatementName : config.getMappedStatementNames()) {
_logger.trace("MappedStatementName {} " ,mappedStatementName); _logger.trace("MappedStatementName {} " ,mappedStatementName);
......
...@@ -46,7 +46,7 @@ public class JpaPagination { ...@@ -46,7 +46,7 @@ public class JpaPagination {
*/ */
@JsonIgnore @JsonIgnore
@Transient @Transient
protected int pageNumber=1; protected int pageNumber = 1;
/** /**
* *
*/ */
...@@ -86,7 +86,7 @@ public class JpaPagination { ...@@ -86,7 +86,7 @@ public class JpaPagination {
*/ */
@JsonIgnore @JsonIgnore
@Transient @Transient
protected boolean pageable=false; protected boolean pageable = false;
@JsonIgnore @JsonIgnore
@Transient @Transient
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册