public interface CacheBannerDisplayDevice
extends org.springframework.beans.factory.InitializingBean, org.springframework.boot.Banner, org.springframework.core.env.EnvironmentCapable
Banner, define relevant
execution parameter acquisition methods.
Perform logo output after the initialization of the corresponding bean is completed.
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
afterPropertiesSet() |
org.springframework.core.env.Environment |
getEnvironment() |
default Class<?> |
getSourceClass()
Obtain a resource class object that can obtain the version.
|
StartUpBanner |
getStartUpBanner()
Obtain a
StartUpBanner implementation class. |
void |
printBanner(org.springframework.core.env.Environment environment,
Class<?> sourceClass,
PrintStream out) |
default void afterPropertiesSet()
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanvoid printBanner(org.springframework.core.env.Environment environment,
Class<?> sourceClass,
PrintStream out)
printBanner 在接口中 org.springframework.boot.Banner@NotNull org.springframework.core.env.Environment getEnvironment()
getEnvironment 在接口中 org.springframework.core.env.EnvironmentCapable@NotNull default Class<?> getSourceClass()
If it is the original, it defaults to CacheVersion to obtain the version of this project.
@NotNull StartUpBanner getStartUpBanner()
StartUpBanner implementation class.StartUpBanner associated with this assembly.Copyright © 2023. All rights reserved.