From 9d770a7e606f65d72e3bcd52ea173dc269da9417 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期四, 15 九月 2022 16:50:21 +0800 Subject: [PATCH] 字段添加和rename --- ycl-platform/src/main/resources/application-dev.yml | 27 ++++++++++++++++++++++++--- 1 files changed, 24 insertions(+), 3 deletions(-) diff --git a/ycl-platform/src/main/resources/application-dev.yml b/ycl-platform/src/main/resources/application-dev.yml index 8c2fc5d..9cd2e9a 100644 --- a/ycl-platform/src/main/resources/application-dev.yml +++ b/ycl-platform/src/main/resources/application-dev.yml @@ -1,10 +1,31 @@ server: - port: 8081 + port: 8082 + tomcat: + uri-encoding: UTF-8 + servlet: + context-path: /sccg + compression: true + +fdfs: + groupName: sczhzf + soTimeout: 1500 + connectTimeout: 600 + trackerList: #TrackerList鍙傛暟,鏀寔澶氫釜 + - 140.143.152.226:22122 + +cfg: + res: d://resources + media-res: 140.143.152.226/media/ + snow-flake: + datacenterId: 1 + machineId: 1 + spring: redis: database: 0 - host: localhost - password: + host: 42.193.1.25 + port: 6379 + password: ycl2018 jedis: pool: max-active: 8 -- Gitblit v1.8.0