Commit 48e8f9b2 authored by yanzg's avatar yanzg

打印SQL语句

parent efc38c80
...@@ -11,12 +11,12 @@ public class ConfigDb { ...@@ -11,12 +11,12 @@ public class ConfigDb {
/** /**
* 打印映射日志 * 打印映射日志
*/ */
@Value("${yzg.PrintMapper:true}") @Value("${yzg.PrintMapper:false}")
private boolean printMapper; private boolean printMapper;
/** /**
* 打印SQL日志 * 打印SQL日志
*/ */
@Value("${yzg.PrintSql:true}") @Value("${yzg.PrintSql:false}")
private boolean printSql; private boolean printSql;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment