类 PathMatchConfigurer


  • public class PathMatchConfigurer
    extends Object
    Helps with configuring HandlerMappings path matching options such as trailing slash match, suffix registration, path matcher and path helper.

    Configured path matcher and path helper instances are shared for:

    • RequestMappings
    • ViewControllerMappings
    • ResourcesMappings
    从以下版本开始:
    4.0.3
    作者:
    Brian Clozel
    另请参阅:
    RequestMappingHandlerMapping, SimpleUrlHandlerMapping