瀏覽代碼

处理yml文件问题

shuiqilin
houyi 1 年之前
父節點
當前提交
70e5f2ac5d
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. 1
    1
      application.pid
  2. 3
    3
      src/main/resources/application-prod.yml
  3. 1
    1
      src/main/resources/application.yml

+ 1
- 1
application.pid 查看文件

@@ -1 +1 @@
34192
32124

+ 3
- 3
src/main/resources/application-prod.yml 查看文件

@@ -199,7 +199,8 @@ byd:
# 文件服务配置
files:
# 地址
url: https://etcfile.etcjz.cn
# url: https://etcfile.etcjz.cn
url: http://192.168.101.25:8035
# 上传文件
uploadFile: /v1/file/uploadFile
# 下载文件
@@ -209,10 +210,9 @@ files:
filePath: /data/tempFile/

zt:
# 内网地址
url=http://192.168.101.25:8035
# 外网地址
# url: https://medusa.hltgz.com
url: http://192.168.100.148:20801/common/req
appId: f344651a-9708-4e7d-bcae-9fd149c81b8b
token: 0
zip: 0

+ 1
- 1
src/main/resources/application.yml 查看文件

@@ -56,7 +56,7 @@ server:
context-path: /alterSales/
session:
timeout: 30m
port: ${SERVER_PORT:8008}
port: ${SERVER_PORT:8007}
tomcat:
accept-count: 100
basedir: C:/work/run/apps/qtzl

Loading…
取消
儲存