BAEL-5117: Use spring.web.resources.static-locations property (#11286)

This commit is contained in:
kwoyke
2021-10-07 20:56:52 +02:00
committed by GitHub
parent f02c82fb54
commit 53f00dfefd

View File

@@ -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
spring.web.resources.static-locations=classpath:/files/,classpath:/static-files