Skip to content

Commit 9fe36f2

Browse files
committed
Merge pull request #39503 from izeye
* pr/39503: Add Javadoc for ServerProperties.mimeMappings Closes gh-39503
2 parents 8302469 + 2b7fcd2 commit 9fe36f2

File tree

1 file changed

+3
-0
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web

1 file changed

+3
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java

+3
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ public class ServerProperties {
117117
@NestedConfigurationProperty
118118
private final Compression compression = new Compression();
119119

120+
/**
121+
* Custom MIME mappings in addition to the default MIME mappings.
122+
*/
120123
private final MimeMappings mimeMappings = MimeMappings.lazyCopy(MimeMappings.DEFAULT);
121124

122125
@NestedConfigurationProperty

0 commit comments

Comments
 (0)