Class BusBanner

java.lang.Object
org.aoju.bus.spring.banner.BusBanner
All Implemented Interfaces:
org.springframework.boot.Banner

public class BusBanner extends Object implements org.springframework.boot.Banner
旗标生成器
Since:
Java 17+
Author:
Kimi Liu
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.springframework.boot.Banner

    org.springframework.boot.Banner.Mode
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    printBanner(org.springframework.core.env.Environment environment, Class<?> sourceClass, PrintStream printStream)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BusBanner

      public BusBanner()
  • Method Details

    • printBanner

      public void printBanner(org.springframework.core.env.Environment environment, Class<?> sourceClass, PrintStream printStream)
      Specified by:
      printBanner in interface org.springframework.boot.Banner