Commit e660e0e9 by 袁伟铭

.

parent 8088181f
......@@ -60,7 +60,7 @@ spring:
test-on-borrow: false
test-on-return: false
# 检测连接是否有效
validation-query: SELECT 1 FROM DUAL
validation-query: SELECT 1
filters: stat
stat:
merge-sql: true
......@@ -75,4 +75,4 @@ mybatis-plus:
update-strategy: not_empty
#日志等级
logging.level.com.zq.oauth.utils.ShareApiUtils: debug
\ No newline at end of file
logging.level.com.zq.oauth.utils.ShareApiUtils: debug
......@@ -72,7 +72,7 @@ spring:
test-on-borrow: false
test-on-return: false
# 检测连接是否有效
validation-query: SELECT 1 FROM DUAL
validation-query: SELECT 1
filters: stat
stat:
merge-sql: true
......@@ -84,4 +84,4 @@ mybatis-plus:
global-config:
db-config:
where-strategy: not_empty
update-strategy: not_empty
\ No newline at end of file
update-strategy: not_empty
......@@ -60,7 +60,7 @@ spring:
test-on-borrow: false
test-on-return: false
# 检测连接是否有效
validation-query: SELECT 1 FROM DUAL
validation-query: SELECT 1
filters: stat
stat:
merge-sql: true
......
......@@ -42,7 +42,7 @@ spring:
test-on-borrow: false
test-on-return: false
# 检测连接是否有效
validation-query: SELECT 1 FROM DUAL
validation-query: SELECT 1
filters: stat
stat:
merge-sql: true
......@@ -54,4 +54,4 @@ mybatis-plus:
global-config:
db-config:
where-strategy: not_empty
update-strategy: not_empty
\ No newline at end of file
update-strategy: not_empty
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