From 9ccec125069e9d68c2d4b7489e7b2d1c1b0c2e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20W=C3=BCrsten?= Date: Fri, 14 Nov 2025 14:22:08 +0100 Subject: [PATCH] Move mime-mappings.properties to spring-boot-web-server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit moves mime-mapping.properties in the module that actually uses it, rather than in the top-level spring-boot module. See gh-48138 Signed-off-by: Stefan Würsten --- .../org/springframework/boot/web/server/mime-mappings.properties | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {core/spring-boot => module/spring-boot-web-server}/src/main/resources/org/springframework/boot/web/server/mime-mappings.properties (100%) diff --git a/core/spring-boot/src/main/resources/org/springframework/boot/web/server/mime-mappings.properties b/module/spring-boot-web-server/src/main/resources/org/springframework/boot/web/server/mime-mappings.properties similarity index 100% rename from core/spring-boot/src/main/resources/org/springframework/boot/web/server/mime-mappings.properties rename to module/spring-boot-web-server/src/main/resources/org/springframework/boot/web/server/mime-mappings.properties