feat 同步脚手架代码, 更新数据库脚本和内容

This commit is contained in:
daxpay
2025-05-07 17:58:29 +08:00
parent a9153aa61a
commit 81479301f0
17 changed files with 64 additions and 273 deletions

View File

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

View File

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

View File

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

View File

@@ -10,6 +10,6 @@ ______ ______
|___/
${AnsiColor.MAGENTA}
Service: DaxPay 多商户版本-融合端
Service: DaxPay 开源版
Spring Boot Version: ${spring-boot.version}
${AnsiColor.BLACK}