From 1724f77c35022b643c28dd3e5547679a5edc2d49 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 17 三月 2026 14:17:26 +0800
Subject: [PATCH] Merge branch 'springboot3.5_cs' into spring3.5
---
rsf-open-api/src/main/resources/application-prod.yml | 33 +++++++++++++++++++++++++++++----
1 files changed, 29 insertions(+), 4 deletions(-)
diff --git a/rsf-open-api/src/main/resources/application-prod.yml b/rsf-open-api/src/main/resources/application-prod.yml
index 1c91565..c870d0a 100644
--- a/rsf-open-api/src/main/resources/application-prod.yml
+++ b/rsf-open-api/src/main/resources/application-prod.yml
@@ -1,5 +1,5 @@
server:
- port: 8080
+ port: 8081
servlet:
context-path: /@pom.artifactId@
@@ -9,10 +9,10 @@
mvc:
static-path-pattern: /**
datasource:
- driver-class-name: com.mysql.jdbc.Driver
- url: jdbc:mysql://192.168.4.24:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://10.10.10.200:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
username: root
- password: 34821015
+ password: xltys1995
type: com.alibaba.druid.pool.DruidDataSource
druid:
initial-size: 5
@@ -66,3 +66,28 @@
stock:
flagAvailable: true
+
+springdoc:
+ api-docs:
+ enabled: false
+ swagger-ui:
+ enabled: false
+
+ #骞冲彴鎺ュ彛淇℃伅閰嶇疆(濡傦細ERP, QMS, WCS绛�)
+ platform:
+ #RCS閾炬帴
+ rcs:
+ #閾炬帴
+ host: http://10.10.10.200
+ #绔彛
+ port: 8088
+ wms:
+ #閾炬帴
+ host: http://127.0.0.1
+ #绔彛
+ port: 8085
+ erp:
+ #閾炬帴
+ host: http://www.itsdg.cn
+ #绔彛
+ port: 3741
--
Gitblit v1.9.1