Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
D
data-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
licc
data-server
Commits
99c461c7
Commit
99c461c7
authored
Mar 22, 2021
by
m1991
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资讯模块——邀请码过滤特殊字符功能功能修复
parent
a10169be
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
18 deletions
+1
-18
application-dev.yml
wisenergy-web-admin/src/main/resources/application-dev.yml
+0
-9
application-test.yml
wisenergy-web-admin/src/main/resources/application-test.yml
+0
-9
application.yml
wisenergy-web-admin/src/main/resources/application.yml
+1
-0
No files found.
wisenergy-web-admin/src/main/resources/application-dev.yml
View file @
99c461c7
...
@@ -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关闭
...
...
wisenergy-web-admin/src/main/resources/application-test.yml
View file @
99c461c7
...
@@ -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
...
...
wisenergy-web-admin/src/main/resources/application.yml
View file @
99c461c7
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment