Ensure that containers' static resource handling not MVC's is used

Closes gh-25949
This commit is contained in:
Andy Wilkinson
2021-04-09 17:37:30 +01:00
parent 709db5582b
commit 0bc5c2ba8c
8 changed files with 47 additions and 30 deletions

View File

@@ -1 +0,0 @@
management.endpoints.web.exposure.include: '*'

View File

@@ -18,11 +18,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -30,7 +26,7 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>