接口 Banner
- 所有已知实现类:
ResourceBanner
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
Interface class for writing a banner programmatically.
- 从以下版本开始:
- 1.2.0
- 作者:
- Phillip Webb, Michael Stummvoll, Jeremy Rickard
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明void
printBanner
(Environment environment, Class<?> sourceClass, PrintStream out) Print the banner to the specified print stream.
-
方法详细资料
-
printBanner
Print the banner to the specified print stream.- 参数:
environment
- the spring environmentsourceClass
- the source class for the applicationout
- the output print stream
-