Add Javadoc for ServerProperties.mimeMappings
See gh-39503
This commit is contained in:
committed by
Moritz Halbritter
parent
830246953a
commit
2b7fcd271c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user