Class IdGeneratorWebApplication

java.lang.Object
icu.congee.id.generator.web.IdGeneratorWebApplication

@SpringBootApplication @EnableScheduling @MapperScan("icu.congee.id.generator.web.mapper") public class IdGeneratorWebApplication extends Object
ID生成器Web应用程序的启动类。 该类负责启动Spring Boot应用程序并启用定时任务功能。
  • Constructor Details

    • IdGeneratorWebApplication

      public IdGeneratorWebApplication()
  • Method Details

    • main

      public static void main(String[] args)