程序包 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
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
getExceptionHandlerExceptionResolver, getRequestMappingHandlerAdapter
-
构造器详细资料
-
WebMvcConfig
public WebMvcConfig()
-
-
方法详细资料
-
getRequestMappingHandlerMapping
public org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping getRequestMappingHandlerMapping()- 指定者:
getRequestMappingHandlerMapping在接口中org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
-