feat : 파일크기 10MB로 상향

This commit is contained in:
hylee 2023-10-24 09:41:01 +09:00
parent 719fd07af9
commit a03233a481

View File

@ -24,6 +24,9 @@ server.error.whitelabel.enabled=false
# respone success status code
respone.status.success=STAT_0
spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB
# boot admin setting
#spring.mvc.pathmatch.matching-strategy=ant_path_matcher
#spring.boot.admin.client.instance.service-url=http://localhost:8089