Class GenieBuilder

java.lang.Object
org.aoju.bus.starter.GenieBuilder
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>, org.springframework.core.Ordered

public class GenieBuilder extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>, org.springframework.core.Ordered
启动监听器,初始化相关配置
Since:
Java 17+
Version:
6.5.0
Author:
Kimi Liu
  • Constructor Details

    • GenieBuilder

      public GenieBuilder()
  • Method Details

    • filterAllLogConfig

      public static boolean filterAllLogConfig(String key)
    • onApplicationEvent

      public void onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered