From 523d8cf68615134c7780f74933e70a14edb60f01 Mon Sep 17 00:00:00 2001
From: skyouc <958836976@qq.com>
Date: 星期五, 05 九月 2025 17:00:39 +0800
Subject: [PATCH] wcs联调功能优化
---
rsf-server/src/main/resources/application.yml | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/rsf-server/src/main/resources/application.yml b/rsf-server/src/main/resources/application.yml
index 547ae36..9188a6c 100644
--- a/rsf-server/src/main/resources/application.yml
+++ b/rsf-server/src/main/resources/application.yml
@@ -1,6 +1,6 @@
spring:
profiles:
- active: dev
+ active: prod
config:
system-name: @pom.artifactId@
@@ -11,6 +11,8 @@
code-length: 6
code-time: 300
security-code: 951123
+ username: super
+ password: 123456
eureka:
client:
@@ -23,7 +25,7 @@
# global-config:
# field-strategy: 0
configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
map-underscore-to-camel-case: true
cache-enabled: true
call-setters-on-nulls: true
@@ -37,12 +39,14 @@
super:
pwd: xltys1995
+
logging:
file:
path: logs/@pom.artifactId@
# 涓嬩綅鏈洪厤缃�
wcs-slave:
+ agv: false
# 鍙屾繁
doubleDeep: true
# 鍙屾繁搴撲綅鎺掑彿
--
Gitblit v1.9.1