From ebb0ec9bd15de8185994962c37b15a94c8b4ee0d Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期一, 13 一月 2025 20:05:16 +0800 Subject: [PATCH] update --- lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml | 45 ++++++++++++++++++--------------------------- 1 files changed, 18 insertions(+), 27 deletions(-) diff --git a/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml b/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml index 173a620..e1d3ec0 100644 --- a/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml +++ b/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml @@ -1,5 +1,7 @@ 锘縮erver: port: 9999 +# connection-timeout: 80000 +# disableUploadTimeout: false tomcat: max-swallow-size: -1 error: @@ -81,15 +83,15 @@ type: com.alibaba.druid.pool.DruidDataSource druid: driverClassName: dm.jdbc.driver.DmDriver - url: jdbc:dm://192.168.124.118:5236/?LXZN_MDC_420&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 + url: jdbc:dm://LOCALHOST:5236/?LXZN_MDC_420&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 username: LXZN_MDC_420 password: 123 #redis 閰嶇疆 redis: database: 0 - host: 192.168.124.118 + host: 127.0.0.1 port: 6379 - password: + password: 123456 #mybatis plus 璁剧疆 mybatis-plus: mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml @@ -177,7 +179,7 @@ enabled: true #cas鍗曠偣鐧诲綍 cas: - prefixUrl: http://cas.example.org:8443/cas + prefixUrl: http://127.0.0.1:8443/cas #Mybatis杈撳嚭sql鏃ュ織 logging: level: @@ -217,26 +219,15 @@ type: default prefix: 'demo::' timeout: 1h -#绗笁鏂笰PP瀵规帴 -third-app: - enabled: false - type: - #浼佷笟寰俊 - WECHAT_ENTERPRISE: - enabled: false - #CORP_ID - client-id: ?? - #SECRET - client-secret: ?? - #鑷缓搴旂敤id - agent-id: ?? - #鑷缓搴旂敤绉橀挜锛堟柊鐗堜紒寰渶瑕侀厤缃級 - # agent-app-secret: ?? - #閽夐拤 - DINGTALK: - enabled: false - # appKey - client-id: ?? - # appSecret - client-secret: ?? - agent-id: ?? +fileService: + host: 127.0.0.1 + port: 8299 + username: admin + pwd: 123 + addressToken: /outer/appAuth + addressUploadFile: /outer/fileUpload + localFilePath: D:/data/sql + servicePath: D:/data/sql + logIp: 127.0.0.1 + logPort: 8888 + newFilePath: D:/data/bak_sql/ #澶囦唤鍦板潃 -- Gitblit v1.9.3