[bs-132] Actuator should use delegating version of MVC support

The delegating version delegates to other configurers, and it's what
@EnableWebMvc uses.  You effectively switch off the delegation if you
use the base class by mistake.

[Fixes #50267017] [bs-132] Static resources in /css/**
cannot be served by Actuator project
This commit is contained in:
Dave Syer
2013-05-22 18:23:25 +01:00
parent 29a81b8795
commit 5f7f69ad93
3 changed files with 8 additions and 3 deletions

View File

@@ -4,4 +4,3 @@ handlers = java.util.logging.ConsoleHandler
java.util.logging.ConsoleHandler.level = FINE
sun.net.www.protocol.http.HttpURLConnection.level = ALL
org.springframework.bootstrap.context.annotation.level = ALL
org.thymeleaf.level = ALL