接口 Banner

  • 所有已知实现类:
    ImageBanner, ResourceBanner
    函数接口:
    这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

    @FunctionalInterface
    public interface Banner
    Interface class for writing a banner programmatically.
    从以下版本开始:
    1.2.0
    • 嵌套类概要

      嵌套类 
      修饰符和类型接口说明
      static class Banner.Mode
      An enumeration of possible values for configuring the Banner.
    • 方法详细资料

      • printBanner

        void printBanner​(org.springframework.core.env.Environment environment,
                         Class<?> sourceClass,
                         PrintStream out)
        Print the banner to the specified print stream.
        参数:
        environment - the spring environment
        sourceClass - the source class for the application
        out - the output print stream