mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-10-13 21:30:25 +00:00
feat 同步脚手架代码, 更新数据库脚本和内容
This commit is contained in:
@@ -36,8 +36,8 @@ bootx-platform:
|
||||
# swagger相关配置
|
||||
swagger:
|
||||
author: DaxPay
|
||||
title: DaxPay支付平台-融合端
|
||||
description: DaxPay支付平台-多商户版-融合端
|
||||
title: DaxPay支付平台
|
||||
description: DaxPay支付平台-开源版
|
||||
version: 0.0.1
|
||||
base-packages:
|
||||
"[BootxPlatform接口]":
|
||||
@@ -47,7 +47,6 @@ bootx-platform:
|
||||
- cn.bootx.platform.baseapi
|
||||
- cn.bootx.platform.notice
|
||||
"[支付平台接口]":
|
||||
- org.dromara.daxpay.union
|
||||
- org.dromara.daxpay.controller
|
||||
"[支付通道接口]":
|
||||
- org.dromara.daxpay.channel
|
||||
|
@@ -42,8 +42,8 @@ bootx-platform:
|
||||
# swagger相关配置
|
||||
swagger:
|
||||
author: DaxPay
|
||||
title: DaxPay支付平台-融合端
|
||||
description: DaxPay支付平台-多商户版-融合端
|
||||
title: DaxPay支付平台
|
||||
description: DaxPay支付平台-开源版
|
||||
version: 0.0.1
|
||||
base-packages:
|
||||
"[BootxPlatform接口]":
|
||||
@@ -53,7 +53,6 @@ bootx-platform:
|
||||
- cn.bootx.platform.baseapi
|
||||
- cn.bootx.platform.notice
|
||||
"[支付平台接口]":
|
||||
- org.dromara.daxpay.union
|
||||
- org.dromara.daxpay.controller
|
||||
"[支付通道接口]":
|
||||
- org.dromara.daxpay.channel
|
||||
|
@@ -2,7 +2,7 @@ server:
|
||||
port: 9999
|
||||
spring:
|
||||
application:
|
||||
name: dax-pay-union
|
||||
name: dax-pay-admin
|
||||
profiles:
|
||||
active: dev
|
||||
task:
|
||||
@@ -45,4 +45,3 @@ bootx-platform:
|
||||
deploy-mode: fusion
|
||||
client-codes:
|
||||
- dax-pay-admin
|
||||
- dax-pay-merchant
|
||||
|
@@ -10,6 +10,6 @@ ______ ______
|
||||
|___/
|
||||
${AnsiColor.MAGENTA}
|
||||
|
||||
Service: DaxPay 多商户版本-融合端
|
||||
Service: DaxPay 开源版
|
||||
Spring Boot Version: ${spring-boot.version}
|
||||
${AnsiColor.BLACK}
|
||||
|
Reference in New Issue
Block a user