Commit e660e0e9 by 袁伟铭

.

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