Skip to content

Commit

Permalink
chore: remove unnecessary comments
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
johnnymillergh committed Apr 2, 2022
1 parent aef374b commit 6d4acd2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,9 @@ spring:
health-check-critical-timeout: 15s
servlet:
multipart:
# `location` specifies the directory where uploaded files will be stored. When not specified,
# a temporary directory will be used. ATTENTION: it may differ due to OS.
location: @project.parent.artifactId@/${spring.application.name}/temprary-file
# `max-file-size` specifies the maximum size permitted for uploaded files. The default is 1MB. We set it as 64 MB.
max-file-size: 64MB
# `max-request-size` specifies the maximum size allowed for multipart/form-data requests. The default is 10MB.
max-request-size: 70MB
# `file-size-threshold` specifies the size threshold after which files will be written to disk.
# The default is 0. We set it as 0 too.
file-size-threshold: 0
shardingsphere:
props:
Expand Down
6 changes: 0 additions & 6 deletions maf-mis/maf-mis-bootstrap/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,9 @@ spring:
health-check-critical-timeout: 15s
servlet:
multipart:
# `location` specifies the directory where uploaded files will be stored. When not specified,
# a temporary directory will be used. ATTENTION: it may differ due to OS.
location: @project.parent.artifactId@/${spring.application.name}/temprary-file
# `max-file-size` specifies the maximum size permitted for uploaded files. The default is 1MB. We set it as 64 MB.
max-file-size: 64MB
# `max-request-size` specifies the maximum size allowed for multipart/form-data requests. The default is 10MB.
max-request-size: 70MB
# `file-size-threshold` specifies the size threshold after which files will be written to disk.
# The default is 0. We set it as 0 too.
file-size-threshold: 0

logging:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,9 @@ spring:
health-check-critical-timeout: 15s
servlet:
multipart:
# `location` specifies the directory where uploaded files will be stored. When not specified,
# a temporary directory will be used. ATTENTION: it may differ due to OS.
location: @project.parent.artifactId@/${spring.application.name}/temprary-file
# `max-file-size` specifies the maximum size permitted for uploaded files. The default is 1MB. We set it as 64 MB.
max-file-size: 64MB
# `max-request-size` specifies the maximum size allowed for multipart/form-data requests. The default is 10MB.
max-request-size: 70MB
# `file-size-threshold` specifies the size threshold after which files will be written to disk.
# The default is 0. We set it as 0 too.
file-size-threshold: 0

logging:
Expand Down

0 comments on commit 6d4acd2

Please sign in to comment.