How to set the max size of upload file

前端 未结 16 681
没有蜡笔的小新
没有蜡笔的小新 2020-12-04 12:13

I\'m developing application based on Spring Boot and AngularJS using JHipster. My question is how to set max size of uploading files?

If I\'m trying

16条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-04 12:31

    In Spring Boot 2 the spring.http.multipart changed to spring.servlet.multipart

    https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0.0-M1-Release-Notes#multipart-configuration

提交回复
热议问题