Example usage for org.springframework.boot.web.server MimeMappings DEFAULT

List of usage examples for org.springframework.boot.web.server MimeMappings DEFAULT

Introduction

In this page you can find the example usage for org.springframework.boot.web.server MimeMappings DEFAULT.

Prototype

MimeMappings DEFAULT

To view the source code for org.springframework.boot.web.server MimeMappings DEFAULT.

Click Source Link

Document

Default mime mapping commonly used.

Usage

From source file:org.springframework.boot.web.servlet.server.AbstractServletWebServerFactoryTests.java

protected Collection<MimeMappings.Mapping> getExpectedMimeMappings() {
    return MimeMappings.DEFAULT.getAll();
}