From 1e400eaffd9de4dc13c6b45cf6b805a3b26da3c0 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 11 十二月 2024 16:47:50 +0800
Subject: [PATCH] #
---
zy-acs-manager/src/main/resources/application.yml | 25 +++++++++++++++----------
1 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/zy-acs-manager/src/main/resources/application.yml b/zy-acs-manager/src/main/resources/application.yml
index ef186e0..240bdfe 100644
--- a/zy-acs-manager/src/main/resources/application.yml
+++ b/zy-acs-manager/src/main/resources/application.yml
@@ -8,6 +8,7 @@
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/zy_rcs1?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+# url: jdbc:mysql://127.0.0.1:33066/zy_rcs1?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
# url: jdbc:mysql://mysql:3306/zy_rcs1?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
username: root
password: xltys1995
@@ -53,6 +54,20 @@
class: javax.net.ssl.SSLSocketFactory
port: 465
+redis:
+ host: 127.0.0.1
+ # host: redis
+ password: xltys1995
+ port: 6379
+# port: 63799
+ max: 30
+ min: 10
+ timeout: 5000
+ index: 3
+
+floyd:
+ enable: false
+
eureka:
client:
enabled: false
@@ -77,16 +92,6 @@
logging:
file:
path: /stock/out/rcs-manager/logs
-
-redis:
- host: 127.0.0.1
-# host: redis
- password: xltys1995
- port: 6379
- max: 30
- min: 10
- timeout: 5000
- index: 3
config:
open-office-home: C
--
Gitblit v1.9.1