From 609d2e5f259aeb07b9579fb0ea0c01dd36b482d0 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Tue, 06 Aug 2024 16:04:48 +0800 Subject: [PATCH] 逻辑 --- src/main/resources/application-chain.yml | 29 +++++++++++++---------------- 1 files changed, 13 insertions(+), 16 deletions(-) diff --git a/src/main/resources/application-chain.yml b/src/main/resources/application-chain.yml index 12c04b0..cfee2eb 100644 --- a/src/main/resources/application-chain.yml +++ b/src/main/resources/application-chain.yml @@ -15,21 +15,20 @@ datasource: # 数据源-1,名称为 base base: - username: db_sdm - password: sdm123!@# - # 8.210.56.119 + username: db_fpd_prd_0806 + password: db_fpd_prd0806123!@# driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://8.210.56.119:3306/db_sdm?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8 + url: jdbc:mysql://127.0.0.1:3306/db_fpd_prd_0806?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8 redis: # Redis数据库索引(默认为 0) - database: 15 + database: 1 # Redis服务器地址 - host: 8.210.56.119 + host: 127.0.0.1 # Redis服务器连接端口 port: 6379 # Redis 密码 - password: 1234!@#$!QAZ + password: freepeople1!qaz2@WSX lettuce: pool: # 连接池中的最小空闲连接 @@ -43,10 +42,10 @@ # 连接超时时间(毫秒) timeout: 5000 rabbitmq: - host: 8.210.56.119 + host: 127.0.0.1 port: 5672 - username: xc_rabbit - password: xuncong123 + username: freepeople0806 + password: freepeople0806 publisher-confirm-type: correlated jackson: @@ -54,9 +53,7 @@ time-zone: GMT+8 system: - charge-transfer: false - online-transfer: true - chain-listener: true - reset-job: true - quartz-job: true - debug: false \ No newline at end of file + charge-transfer: true + daily-job: false + debug: false + back: true \ No newline at end of file -- Gitblit v1.9.1