From dd6687b118561100e1677e88a9c2f5842a54c531 Mon Sep 17 00:00:00 2001
From: jialh <1972868360@qq.com>
Date: 星期四, 16 四月 2026 18:14:14 +0800
Subject: [PATCH] 水电话费
---
springboot/src/main/resources/application-debug.yml | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/springboot/src/main/resources/application-debug.yml b/springboot/src/main/resources/application-debug.yml
index 223c27b..df1a834 100644
--- a/springboot/src/main/resources/application-debug.yml
+++ b/springboot/src/main/resources/application-debug.yml
@@ -3,7 +3,11 @@
tomcat:
uri-encoding: UTF-8
-
+fuiou:
+ pay:
+ unified-order-url: https://aipay-cloud.fuioupay.com/aggregatePay/preCreate
+ wx-order-url: https://aipay-cloud.fuioupay.com/aggregatePay/wxPreCreate
+ env: test
spring:
servlet:
@@ -21,9 +25,9 @@
name: boot-service
redis:
database: 0
- host: 139.196.252.132
+ host: localhost
port: 6379
- password: hc
+ password:
pool:
max-active: 300
max-wait: 3000
@@ -33,9 +37,9 @@
activiti:
database-schema-update: false
datasource:
- url: jdbc:mysql://139.196.252.132:3306/TT?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&useSSL=false
- username: TT
- password: hc12345678
+ url: jdbc:mysql://localhost:3306/TT_dev?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false
+ username: root
+ password: win2020
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
druid:
--
Gitblit v1.8.0