单独拆分接口
This commit is contained in:
parent
ce6bdc0aa7
commit
f64856308f
|
|
@ -5,6 +5,9 @@ pay:
|
|||
orderNotifyUrl: https://video.hnsiyao.cn/czg/app/wuyou/notify
|
||||
extractNotifyUrl: https://video.hnsiyao.cn/czg/app/wuyou/extractNotify
|
||||
|
||||
server:
|
||||
port: 8100
|
||||
|
||||
# 数据源的一些配置
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
# 最小空闲连接,默认值10,小于0或大于maximum-pool-size,都会重置为maximum-pool-size
|
||||
|
|
@ -194,3 +197,4 @@ spring:
|
|||
slaveDataSourceNames:
|
||||
# - duanju-4
|
||||
- duanju-slave-4
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@ pay:
|
|||
orderNotifyUrl: https://pay.hnsiyao.cn/czg/app/wuyou/notify
|
||||
extractNotifyUrl: https://pay.hnsiyao.cn/czg/app/wuyou/extractNotify
|
||||
|
||||
|
||||
server:
|
||||
port: 8200
|
||||
|
||||
# 数据源的一些配置
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
# 最小空闲连接,默认值10,小于0或大于maximum-pool-size,都会重置为maximum-pool-size
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@ pay:
|
|||
orderNotifyUrl: https://pay.hnsiyao.cn/czg/app/wuyou/notify
|
||||
extractNotifyUrl: https://pay.hnsiyao.cn/czg/app/wuyou/extractNotify
|
||||
|
||||
server:
|
||||
port: 8100
|
||||
|
||||
# 数据源的一些配置
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
# 最小空闲连接,默认值10,小于0或大于maximum-pool-size,都会重置为maximum-pool-size
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ server:
|
|||
threads:
|
||||
max: 1600
|
||||
min-spare: 50
|
||||
port: 8100
|
||||
servlet:
|
||||
context-path: /czg
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue