Add Javadoc for ServerProperties.mimeMappings

See gh-39503
This commit is contained in:
Johnny Lim
2024-02-10 12:03:37 +09:00
committed by Moritz Halbritter
parent 830246953a
commit 2b7fcd271c

View File

@@ -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