Package org.aoju.bus.starter.banner
Class BusBanner
java.lang.Object
org.aoju.bus.starter.banner.BusBanner
- All Implemented Interfaces:
org.springframework.boot.Banner
旗标生成器
- Since:
- Java 17+
- Version:
- 6.5.0
- Author:
- Kimi Liu
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.boot.Banner
org.springframework.boot.Banner.Mode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprintBanner(org.springframework.core.env.Environment environment, Class<?> sourceClass, PrintStream printStream)
-
Constructor Details
-
BusBanner
public BusBanner()
-
-
Method Details
-
printBanner
public void printBanner(org.springframework.core.env.Environment environment, Class<?> sourceClass, PrintStream printStream) - Specified by:
printBannerin interfaceorg.springframework.boot.Banner
-