Commit 99c461c7 authored by m1991's avatar m1991

资讯模块——邀请码过滤特殊字符功能功能修复

parent a10169be
...@@ -34,15 +34,6 @@ spring: ...@@ -34,15 +34,6 @@ spring:
wall: wall:
config: config:
multi-statement-allow: true multi-statement-allow: true
#文件上传配置
servlet:
multipart:
# 启用
enabled: true
# 上传文件单个限制
max-file-size: 20MB
# 总限制
max-request-size: 40MB
redis: redis:
open: false # 是否开启redis缓存 true开启 false关闭 open: false # 是否开启redis缓存 true开启 false关闭
......
...@@ -53,15 +53,6 @@ uploadFile: ...@@ -53,15 +53,6 @@ uploadFile:
file: file:
upload: upload:
path: /opt/images/ path: /opt/images/
#文件上传配置
servlet:
multipart:
# 启用
enabled: true
# 上传文件单个限制
max-file-size: 20MB
# 总限制
max-request-size: 40MB
jwt: jwt:
# 加密秘钥 # 加密秘钥
secret: f4e2e52034348f86b67cde581c0f9eb5 secret: f4e2e52034348f86b67cde581c0f9eb5
......
...@@ -5,6 +5,7 @@ server: ...@@ -5,6 +5,7 @@ server:
max: 1000 max: 1000
min-spare: 30 min-spare: 30
max-swallow-size: 100MB max-swallow-size: 100MB
max-http-form-post-size: 100MB
port: 8997 port: 8997
servlet: servlet:
context-path: /shop-mall context-path: /shop-mall
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment