|
@@ -35,11 +35,11 @@ spring:
|
|
|
max-wait: 60000s
|
|
max-wait: 60000s
|
|
|
mybatis-plus:
|
|
mybatis-plus:
|
|
|
mapper-locations: classpath:/mapper/template/*.xml
|
|
mapper-locations: classpath:/mapper/template/*.xml
|
|
|
- configuration:
|
|
|
|
|
- #开启sql打印
|
|
|
|
|
- # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
|
-# #关闭sql打印
|
|
|
|
|
- log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
|
|
|
|
|
|
+# configuration:
|
|
|
|
|
+# #开启sql打印
|
|
|
|
|
+# # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
|
+## #关闭sql打印
|
|
|
|
|
+# log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
|
|
global-config:
|
|
global-config:
|
|
|
db-config:
|
|
db-config:
|
|
|
logic-delete-value: 1
|
|
logic-delete-value: 1
|