类 ErrorPageConfig

java.lang.Object
cn.openjava.basic.format.error.ErrorPageConfig
所有已实现的接口:
org.springframework.boot.web.server.ErrorPageRegistrar

@Component public class ErrorPageConfig extends Object implements org.springframework.boot.web.server.ErrorPageRegistrar
  • 构造器详细资料

    • ErrorPageConfig

      public ErrorPageConfig()
  • 方法详细资料

    • registerErrorPages

      public void registerErrorPages(org.springframework.boot.web.server.ErrorPageRegistry registry)
      指定者:
      registerErrorPages 在接口中 org.springframework.boot.web.server.ErrorPageRegistrar