From e22dd3d2cff070c0d11f4ef8a3d27022f02c3b47 Mon Sep 17 00:00:00 2001 From: lisai Date: Wed, 7 Sep 2022 00:00:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=AC=E5=8F=B8=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/dev/config.properties | 2 +- .../src/main/resources/prod/config.properties | 2 +- .../src/main/resources/dev/config.properties | 32 ++++++++--------- .../src/main/resources/prod/config.properties | 36 +++++++++---------- 4 files changed, 36 insertions(+), 36 deletions(-) diff --git a/ssjygl-xsx-local/src/main/resources/dev/config.properties b/ssjygl-xsx-local/src/main/resources/dev/config.properties index 68d95e1..85e3ea5 100644 --- a/ssjygl-xsx-local/src/main/resources/dev/config.properties +++ b/ssjygl-xsx-local/src/main/resources/dev/config.properties @@ -27,7 +27,7 @@ weigh.max=49 surplus.threshold=30 #打印用到的配置信息 -print.vendor=浠水县长投环保有限公司 +print.vendor=长江新材浠水县有限公司 print.vendorTaxId=91421125MA49GYYK2B diff --git a/ssjygl-xsx-local/src/main/resources/prod/config.properties b/ssjygl-xsx-local/src/main/resources/prod/config.properties index a261e05..1ee998f 100644 --- a/ssjygl-xsx-local/src/main/resources/prod/config.properties +++ b/ssjygl-xsx-local/src/main/resources/prod/config.properties @@ -27,7 +27,7 @@ weigh.max=49 surplus.threshold=125 #打印用到的配置信息 -print.vendor=浠水县长投环保有限公司 +print.vendor=长江新材浠水县有限公司 print.vendorTaxId=91421125MA49GYYK2B diff --git a/ssjygl-xsx-service/src/main/resources/dev/config.properties b/ssjygl-xsx-service/src/main/resources/dev/config.properties index 380040e..e0ea888 100644 --- a/ssjygl-xsx-service/src/main/resources/dev/config.properties +++ b/ssjygl-xsx-service/src/main/resources/dev/config.properties @@ -1,17 +1,17 @@ -devMode=true - -#打印用到的配置信息 -print.vendor=浠水县长投环保有限公司 -print.vendorTaxId=91421125MA49GYYK2B - -#起步运输距离 -start.trans.distance=5 - -#本地服务 和 云端服务 socket 通信 -socketserver.enable=true -socketserver.port=21002 - - -endpoint=oss-cn-shenzhen.aliyuncs.com -#清理备份用 +devMode=true + +#打印用到的配置信息 +print.vendor=长江新材浠水县有限公司 +print.vendorTaxId=91421125MA49GYYK2B + +#起步运输距离 +start.trans.distance=5 + +#本地服务 和 云端服务 socket 通信 +socketserver.enable=true +socketserver.port=21002 + + +endpoint=oss-cn-shenzhen.aliyuncs.com +#清理备份用 bucketName=shbak \ No newline at end of file diff --git a/ssjygl-xsx-service/src/main/resources/prod/config.properties b/ssjygl-xsx-service/src/main/resources/prod/config.properties index 6467143..2a9e9b4 100644 --- a/ssjygl-xsx-service/src/main/resources/prod/config.properties +++ b/ssjygl-xsx-service/src/main/resources/prod/config.properties @@ -1,19 +1,19 @@ -devMode=true - -#打印用到的配置信息 -print.vendor=浠水县长投环保有限公司 -print.vendorTaxId=91421125MA49GYYK2B - -#起步运输距离 -start.trans.distance=5 - -#本地服务 和 云端服务 socket 通信 -socketserver.enable=true -socketserver.port=21002 - -endpoint=oss-cn-shenzhen.aliyuncs.com -#清理备份用 -bucketName=shbak - -#读服务器磁盘上的配置文件 +devMode=true + +#打印用到的配置信息 +print.vendor=长江新材浠水县有限公司 +print.vendorTaxId=91421125MA49GYYK2B + +#起步运输距离 +start.trans.distance=5 + +#本地服务 和 云端服务 socket 通信 +socketserver.enable=true +socketserver.port=21002 + +endpoint=oss-cn-shenzhen.aliyuncs.com +#清理备份用 +bucketName=shbak + +#读服务器磁盘上的配置文件 dbconfpath=/home/lisai/ssjygl-xsx/db.properties \ No newline at end of file