Browse Source

config

master
583641232@qq.com 1 year ago
parent
commit
4a758d61fc
  1. 9
      cas-admin/src/main/resources/application.yml

9
cas-admin/src/main/resources/application.yml

@ -13,8 +13,9 @@ cas:
# 缓存懒加载 # 缓存懒加载
cacheLazy: false cacheLazy: false
profile: /app/asb/uploadPath profile: /app/asb/uploadPath
authUnit: 云南农垦集团有限责任公司纪委
authStartDate: 2024-08-08
# authUnit: 云南农垦集团有限责任公司纪委
authUnit: 宏创信科
authStartDate: 2024-08-14
authDuration: 90 authDuration: 90
captcha: captcha:
@ -80,9 +81,9 @@ spring:
servlet: servlet:
multipart: multipart:
# 单个文件大小 # 单个文件大小
max-file-size: 10MB
max-file-size: 500MB
# 设置总上传的文件大小 # 设置总上传的文件大小
max-request-size: 20MB
max-request-size: 1000MB
# 服务模块 # 服务模块
devtools: devtools:
restart: restart:

Loading…
Cancel
Save