DEV Community

Clavin June
Clavin June

Posted on • Originally published at clavinjune.dev on

Allow Upload File On Spring Boot

Add this on application configuration:

spring:
  mvc:
   hiddenmethod:
     filter:
       enabled: true

Enter fullscreen mode Exit fullscreen mode

reference

Top comments (0)