记得上下班打卡 | git大法好,push需谨慎

Commit a84f6985 authored by 张国柄's avatar 张国柄

~config;

parent d122bdb7
...@@ -76,7 +76,7 @@ spring: ...@@ -76,7 +76,7 @@ spring:
password: ${liquidnet.redis.queue.password} password: ${liquidnet.redis.queue.password}
lettuce: lettuce:
pool: pool:
max-active: 60 max-active: 70
max-wait: -1 max-wait: -1
max-idle: 50 max-idle: 50
min-idle: 0 min-idle: 0
......
...@@ -60,7 +60,7 @@ info: ...@@ -60,7 +60,7 @@ info:
# ----------------------------------------------------------- # -----------------------------------------------------------
mybatis-plus: mybatis-plus:
mapper-locations: classpath*:com.liquidnet.service.*.mapper/*Mapper.xml mapper-locations: classpath*:com.liquidnet.service.*.mapper/*Mapper.xml
# ----------------------------------------------------------- # -----------------------------------------------------------
spring: spring:
application: application:
name: ${liquidnet.info.name} name: ${liquidnet.info.name}
...@@ -188,7 +188,7 @@ spring: ...@@ -188,7 +188,7 @@ spring:
hikari: hikari:
maximum-pool-size: 45 maximum-pool-size: 45
connection-timeout: 60000 connection-timeout: 60000
minimum-idle: 10 minimum-idle: 8
connection-test-query: SELECT 1 connection-test-query: SELECT 1
# ----------------------------------------------------------- # -----------------------------------------------------------
......
...@@ -108,7 +108,7 @@ spring: ...@@ -108,7 +108,7 @@ spring:
hikari: hikari:
maximum-pool-size: 45 maximum-pool-size: 45
connection-timeout: 60000 connection-timeout: 60000
minimum-idle: 10 minimum-idle: 8
connection-test-query: SELECT 1 connection-test-query: SELECT 1
# ----------------------------------------------------------- # -----------------------------------------------------------
......
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