Toggle navigation
Toggle navigation
This project
Loading...
Sign in
crp
/
crp-operation
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wanghongbo
2025-07-25 14:09:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8d35de10579d4729a09526f35552c43f11612b1b
8d35de10
1 parent
abbc09f3
单个文件大小最大改成100MB
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/resources/application-dev.yml
src/main/resources/application-test.yml
src/main/resources/application-dev.yml
View file @
8d35de1
...
...
@@ -45,7 +45,7 @@ spring:
servlet
:
multipart
:
location
:
/opt/upload/tmp
max-file-size
:
10MB
max-file-size
:
10
0
MB
max-request-size
:
100MB
mybatis-plus
:
...
...
src/main/resources/application-test.yml
View file @
8d35de1
...
...
@@ -45,7 +45,7 @@ spring:
servlet
:
multipart
:
location
:
/opt/upload/tmp
max-file-size
:
10MB
max-file-size
:
10
0
MB
max-request-size
:
100MB
mybatis-plus
:
...
...
Please
register
or
login
to post a comment