Class BannerProvider

java.lang.Object
es.urjc.etsii.grafo.services.BannerProvider
All Implemented Interfaces:
org.springframework.boot.Banner

public class BannerProvider extends Object implements org.springframework.boot.Banner
Banner generator on startup
  • 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 out)
    Get aplication banner

    Methods inherited from class java.lang.Object

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

    • BannerProvider

      public BannerProvider()
  • Method Details

    • printBanner

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