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 | 51 ++++++++++++++++++++++++++-------------------------
1 files changed, 26 insertions(+), 25 deletions(-)
diff --git a/springboot/src/main/resources/application-debug.yml b/springboot/src/main/resources/application-debug.yml
index 2eec72d..df1a834 100644
--- a/springboot/src/main/resources/application-debug.yml
+++ b/springboot/src/main/resources/application-debug.yml
@@ -1,33 +1,19 @@
-jedis:
- pool:
- config:
- maxTotal: 300
- maxIdle: 50
- minIdle: 20
- maxWaitMillis: 3000
- host: dev.redis.java110.com
- port: 6379
- timeout: 3000
- password: hc12345678
-
server:
port: 8008
tomcat:
uri-encoding: UTF-8
-java110:
- community-service: community-service
- acct-service: acct-service
- user-service: user-service
- store-service: store-service
- common-service: common-service
- job-service: job-service
- fee-service: fee-service
- report-service: report-service
- dev-service: dev-service
- oa-service: oa-service
+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:
+ multipart:
+ maxFileSize: 50MB
+ maxRequestSize: 50MB
profiles:
active: share
http:
@@ -39,15 +25,30 @@
name: boot-service
redis:
database: 0
- host: dev.redis.java110.com
+ host: localhost
port: 6379
- password: hc12345678
+ password:
pool:
max-active: 300
max-wait: 3000
max-idle: 50
min-idle: 20
timeout: 0
+ activiti:
+ database-schema-update: false
+ datasource:
+ 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:
+ initial-size: 5
+ max-active: 10
+ min-idle: 5
+ max-wait: 60000
+
+
feign:
client:
--
Gitblit v1.8.0