printBanner

open fun printBanner(environment: Environment, sourceClass: Class<out Any>, out: PrintStream)

Print the banner to the specified print stream.

Parameters

environment

the spring environment

sourceClass

the source class for the application

out

the output print stream