diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java index 7704eb283a..b8b352be82 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java @@ -117,6 +117,9 @@ public class ServerProperties { @NestedConfigurationProperty private final Compression compression = new Compression(); + /** + * Custom MIME mappings in addition to the default MIME mappings. + */ private final MimeMappings mimeMappings = MimeMappings.lazyCopy(MimeMappings.DEFAULT); @NestedConfigurationProperty