Skip to content

Commit 2b7fcd2

Browse files
izeyemhalbritter
authored andcommitted
Add Javadoc for ServerProperties.mimeMappings
See gh-39503
1 parent 8302469 commit 2b7fcd2

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)