接口 Banner

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

@FunctionalInterface public interface Banner
Interface class for writing a banner programmatically.
从以下版本开始:
1.2.0
作者:
Phillip Webb, Michael Stummvoll, Jeremy Rickard
  • 嵌套类概要

    嵌套类
    修饰符和类型
    接口
    说明
    static enum 
    An enumeration of possible values for configuring the Banner.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    printBanner(Environment environment, Class<?> sourceClass, PrintStream out)
    Print the banner to the specified print stream.
  • 方法详细资料

    • printBanner

      void printBanner(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