|
|
|
@ -14,6 +14,7 @@ public class ServletCustomizer implements WebServerFactoryCustomizer<TomcatServl
|
|
|
|
|
mappings.add("woff", "font/woff");
|
|
|
|
|
mappings.add("woff2", "font/woff2");
|
|
|
|
|
mappings.add("otf", "font/otf");
|
|
|
|
|
mappings.add("ico", "image/x-icon");
|
|
|
|
|
factory.setMimeMappings(mappings);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|