From f29e6f31e4f2d533124fc68346b7cc072f427c9b Mon Sep 17 00:00:00 2001
From: chengf <cgf12138@163.com>
Date: 星期四, 11 十二月 2025 16:58:24 +0800
Subject: [PATCH] Z三导入逻辑
---
springboot/src/main/resources/application-debug.yml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/springboot/src/main/resources/application-debug.yml b/springboot/src/main/resources/application-debug.yml
index 786d511..aa18c8e 100644
--- a/springboot/src/main/resources/application-debug.yml
+++ b/springboot/src/main/resources/application-debug.yml
@@ -5,8 +5,8 @@
fuiou:
pay:
- unified-order-url: https://aipaytest.fuioupay.com/aggregatePay/preCreate
- wx-order-url: https://aipaytest.fuioupay.com/aggregatePay/wxPreCreate
+ unified-order-url: https://aipay-cloud.fuioupay.com/aggregatePay/preCreate
+ wx-order-url: https://aipay-cloud.fuioupay.com/aggregatePay/wxPreCreate
env: test
spring:
@@ -27,6 +27,7 @@
database: 0
host: localhost
port: 6379
+ password:
pool:
max-active: 300
max-wait: 3000
@@ -36,7 +37,7 @@
activiti:
database-schema-update: false
datasource:
- url: jdbc:mysql://localhost:3306/TT?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false
+ url: jdbc:mysql://localhost:3306/TT_dev?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false
username: root
password: 123456
type: com.alibaba.druid.pool.DruidDataSource
--
Gitblit v1.8.0