From bb4f5dc6bbf43616ca3482257b576c9c66c49ff5 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期六, 07 二月 2026 11:20:07 +0800
Subject: [PATCH] 全版出库增加完结按钮
---
rsf-open-api/src/main/resources/application-dev.yml | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/rsf-open-api/src/main/resources/application-dev.yml b/rsf-open-api/src/main/resources/application-dev.yml
index e3f40c7..c7644eb 100644
--- a/rsf-open-api/src/main/resources/application-dev.yml
+++ b/rsf-open-api/src/main/resources/application-dev.yml
@@ -1,5 +1,5 @@
server:
- port: 8081
+ port: 8082
servlet:
context-path: /@pom.artifactId@
spring:
@@ -11,13 +11,9 @@
matching-strategy: ANT_PATH_MATCHER
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
-# url: jdbc:mysql://47.76.147.249:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
-# username: rsf
+ url: jdbc:mysql://127.0.0.1:3306/rsf_jdxaj?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
username: root
- url: jdbc:mysql://127.0.0.1:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
- password: 34821015
-# url: jdbc:mysql://10.10.10.200:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
-# password: xltys1995
+ password: 12345
type: com.alibaba.druid.pool.DruidDataSource
druid:
initial-size: 5
@@ -58,11 +54,16 @@
#RCS閾炬帴
rcs:
#閾炬帴
- host: http://127.0.0.1
+ host: http://10.10.10.200
#绔彛
port: 8088
wms:
#閾炬帴
- host: http://127.0.0.1銆�
+ host: http://127.0.0.1
#绔彛
- port: 8085
\ No newline at end of file
+ port: 8086
+ erp:
+ #閾炬帴
+ host: http://www.itsdg.cn
+ #绔彛
+ port: 3741
--
Gitblit v1.9.1