单独拆分接口

This commit is contained in:
GYJ 2025-01-08 09:16:03 +08:00
parent ce6bdc0aa7
commit f64856308f
4 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -6,7 +6,6 @@ server:
threads:
max: 1600
min-spare: 50
port: 8100
servlet:
context-path: /czg