程序包 xyz.lhbk.config

类 WebMvcConfig

java.lang.Object
xyz.lhbk.config.WebMvcConfig
所有已实现的接口:
org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations

@Configuration public class WebMvcConfig extends Object implements org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
  • 构造器详细资料

    • WebMvcConfig

      public WebMvcConfig()
  • 方法详细资料

    • getRequestMappingHandlerMapping

      public org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping getRequestMappingHandlerMapping()
      指定者:
      getRequestMappingHandlerMapping 在接口中 org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations