From abcb19ee0cf2659981516133a1a9e7b163f529ce Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期六, 24 一月 2026 08:21:14 +0800
Subject: [PATCH] 1
---
zy-acs-manager/src/main/resources/application.yml | 33 ++++++++++++---------------------
1 files changed, 12 insertions(+), 21 deletions(-)
diff --git a/zy-acs-manager/src/main/resources/application.yml b/zy-acs-manager/src/main/resources/application.yml
index e253677..ccd1efa 100644
--- a/zy-acs-manager/src/main/resources/application.yml
+++ b/zy-acs-manager/src/main/resources/application.yml
@@ -7,9 +7,7 @@
static-path-pattern: /**
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
+ url: jdbc:mysql://localhost:3306/rcs_ctu_stable?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
username: root
password: xltys1995
type: com.alibaba.druid.pool.DruidDataSource
@@ -42,29 +40,19 @@
maxRequestSize: 100MB
jmx:
enabled: false
- mail:
- host: smtp.qq.com
- username:
- password:
- default-encoding: UTF-8
- properties:
- mail:
- smtp:
- auth: true
- socketFactory:
- class: javax.net.ssl.SSLSocketFactory
- port: 465
redis:
- host: 127.0.0.1
- # host: redis
+ host: localhost
password: xltys1995
port: 6379
-# port: 63799
max: 30
min: 10
timeout: 5000
- index: 3
+ index: 8
+
+convey-plc:
+ host: 10.10.10.222
+ port: 9090
floyd:
enable: false
@@ -92,11 +80,14 @@
logging:
file:
- path: stock/out/rcs-manager/logs
+ path: /stock/out/rcs-manager/logs
config:
+ system-name: @pom.artifactId@
+ system-version: @pom.version@
+ system-mode: OFFLINE
open-office-home: C
swagger-base-package: com.zy.acs
- swagger-title: ACS API鏂囨。
+ swagger-title: RCS API鏂囨。
swagger-version: 1.0
token-key: KUHSMcYQ4lePt3r6bckz0P13cBJyoonYqInThvQlUnbsFCIcCcZZAbWZ6UNFztYNYPhGdy6eyb8WdIz8FU2Cz396TyTJk3NI2rtXMHBOehRb4WWJ4MdYVVg2oWPyqRQ2
\ No newline at end of file
--
Gitblit v1.9.1