类 Knife4jInsightDiscoveryBootstrapper

java.lang.Object
com.github.xiaoymin.knife4j.spring.common.insight.Knife4jInsightDiscoveryBootstrapper
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.boot.CommandLineRunner, org.springframework.context.EnvironmentAware

public class Knife4jInsightDiscoveryBootstrapper extends Object implements org.springframework.boot.CommandLineRunner, org.springframework.context.EnvironmentAware
从以下版本开始:
knife4j v4.4.0
作者:
xiaoymin@foxmail.com 2023/9/21 06:55
  • 构造器详细资料

    • Knife4jInsightDiscoveryBootstrapper

      public Knife4jInsightDiscoveryBootstrapper(Knife4jInsightProperties insightProperties)
  • 方法详细资料

    • run

      public void run(String... args) throws Exception
      指定者:
      run 在接口中 org.springframework.boot.CommandLineRunner
      抛出:
      Exception
    • setEnvironment

      public void setEnvironment(org.springframework.core.env.Environment environment)
      指定者:
      setEnvironment 在接口中 org.springframework.context.EnvironmentAware