Class IdGeneratorWebApplication

java.lang.Object
uno.xifan.id.generator.web.IdGeneratorWebApplication

@SpringBootApplication @EnableScheduling @MapperScan("uno.xifan.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)