From 938983be234ab2ebee92579e1a8c0d954cdf6054 Mon Sep 17 00:00:00 2001 From: kwoyke Date: Thu, 7 Oct 2021 20:56:52 +0200 Subject: [PATCH] BAEL-5117: Use spring.web.resources.static-locations property (#11286) --- .../spring-boot-mvc-2/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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