Skip to content

Commit

Permalink
Add Javadoc for ServerProperties.mimeMappings
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and mhalbritter committed Feb 12, 2024
1 parent 8302469 commit 2b7fcd2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b7fcd2

Please sign in to comment.