Class InitDataRunner

java.lang.Object
cn.sinozg.applet.common.runner.InitDataRunner
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@Configuration public class InitDataRunner extends Object implements org.springframework.boot.CommandLineRunner
系统启动后加载的参数
  • Field Details

    • service

      private cn.sinozg.applet.common.service.FrameworkInitDataService service
    • log

      private final org.slf4j.Logger log
  • Constructor Details

    • InitDataRunner

      public InitDataRunner()
  • Method Details

    • run

      public void run(String... args) throws Exception
      启动加载
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Parameters:
      args - 参数
      Throws:
      Exception - 异常