You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

41 lines
884 B

spring:
application:
name: win
profiles:
include: druid,mybatis
active: dev
main:
allow-bean-definition-overriding: true
tomcat:
max-http-post-size: -1
servlet:
multipart:
enabled: true
max-file-size: 200MB
max-request-size: 1000MB
# 项目相关配置
win:
# 名称
name: win-in
# 版本
version: 3.8.5
# 版权年份
copyrightYear: 2023
# 实例演示开关
demoEnabled: true
# 文件路径 示例( Windows配置D:/win/uploadPath,Linux配置 /home/win/uploadPath)
profile: /opt/uploadPath
# 获取ip地址开关
addressEnabled: false
# 验证码类型 math 数组计算 char 字符验证
captchaType: math
# 防止XSS攻击
xss:
# 过滤开关
enabled: true
# 排除链接(多个用逗号分隔)
excludes: /system/notice
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*