Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
@@ -6,9 +6,9 @@ spring:
|
||||
url: jdbc:mysql://rm-gc7xx913734hv5w5q.mysql.cn-chengdu.rds.aliyuncs.com/duanju?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=CTT
|
||||
username: video_user
|
||||
password: VideoUser@1
|
||||
initial-size: 10
|
||||
max-active: 100
|
||||
min-idle: 10
|
||||
initial-size: 50
|
||||
max-active: 200
|
||||
min-idle: 50
|
||||
max-wait: 60000
|
||||
pool-prepared-statements: true
|
||||
max-pool-prepared-statement-per-connection-size: 20
|
||||
@@ -36,5 +36,5 @@ swagger:
|
||||
enabled: false
|
||||
pay:
|
||||
h5BaseUrl: https://dj-h5.hnsiyao.cn/me/detail/detail?allId=
|
||||
orderNotifyUrl: https://dj-api.hnsiyao.cn/czg/app/wuyou/notify
|
||||
extractNotifyUrl: https://dj-api.hnsiyao.cn/czg/app/wuyou/extractNotify
|
||||
orderNotifyUrl: https://pay.hnsiyao.cn/czg/app/wuyou/notify
|
||||
extractNotifyUrl: https://pay.hnsiyao.cn/czg/app/wuyou/extractNotify
|
||||
|
||||
@@ -6,9 +6,10 @@ logging:
|
||||
server:
|
||||
tomcat:
|
||||
uri-encoding: UTF-8
|
||||
max-threads: 1000
|
||||
min-spare-threads: 30
|
||||
connection-timeout: 5000ms
|
||||
connection-timeout: 50000ms
|
||||
threads:
|
||||
max: 1600
|
||||
min-spare: 50
|
||||
port: 8100
|
||||
servlet:
|
||||
context-path: /czg
|
||||
|
||||
Reference in New Issue
Block a user