diff --git a/spring-boot-modules/spring-boot-mvc-2/src/main/resources/application.properties b/spring-boot-modules/spring-boot-mvc-2/src/main/resources/application.properties index 3ee7660e8b..7f9efb3967 100644 --- a/spring-boot-modules/spring-boot-mvc-2/src/main/resources/application.properties +++ b/spring-boot-modules/spring-boot-mvc-2/src/main/resources/application.properties @@ -1,3 +1,3 @@ spring.mvc.static-path-pattern=/content/** spring.webflux.static-path-pattern=/content/** -spring.resources.static-locations=classpath:/files/,classpath:/static-files \ No newline at end of file +spring.web.resources.static-locations=classpath:/files/,classpath:/static-files \ No newline at end of file