类 ApplicationRunnerImpl

java.lang.Object
cn.daenx.yhchatsdk.framework.init.ApplicationRunnerImpl
所有已实现的接口:
org.springframework.boot.ApplicationRunner

@Component public class ApplicationRunnerImpl extends Object implements org.springframework.boot.ApplicationRunner
插件加载
作者:
DaenMax
  • 构造器详细资料

    • ApplicationRunnerImpl

      public ApplicationRunnerImpl()
  • 方法详细资料

    • run

      public void run(org.springframework.boot.ApplicationArguments args)
      指定者:
      run 在接口中 org.springframework.boot.ApplicationRunner