mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-10-14 13:50:25 +00:00
ref 升级脚手架依赖
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.4.3</version>
|
||||
<version>3.5.4</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
<maven.compiler.target>21</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
<bootx-platform.version>3.0.0.beta5</bootx-platform.version>
|
||||
<daxpay.version>3.0.0.beta5</daxpay.version>
|
||||
<bootx-platform.version>3.0.0</bootx-platform.version>
|
||||
<daxpay.version>3.0.0</daxpay.version>
|
||||
<minio.version>8.5.2</minio.version>
|
||||
</properties>
|
||||
|
||||
@@ -46,16 +46,9 @@
|
||||
</dependency>
|
||||
|
||||
<!-- 数据库驱动 MySQL -->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.mysql</groupId>-->
|
||||
<!-- <artifactId>mysql-connector-j</artifactId>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<!--文件存储 (minio方式)-->
|
||||
<dependency>
|
||||
<groupId>io.minio</groupId>
|
||||
<artifactId>minio</artifactId>
|
||||
<version>${minio.version}</version>
|
||||
<groupId>com.mysql</groupId>
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- 支付通道 -->
|
||||
|
@@ -68,9 +68,6 @@ bootx-platform:
|
||||
- '/css/**'
|
||||
- '/error'
|
||||
- '/favicon.ico'
|
||||
file-upload:
|
||||
# 使用后端代理访问, 线上请使用 Nginx 配置或者直连方式,效率更高
|
||||
forward-server-url: http://127.0.0.1:9999
|
||||
dax-pay:
|
||||
env: DEV_
|
||||
machine-no: 70
|
||||
|
Reference in New Issue
Block a user