@SpringBootApplication
@ComponentScan("com.sicdt")
public class SicSignWebApplication {
    public static void main(String[] args) {
        System.setProperty("spring.devtools.restart.enabled", "false");
        SpringApplication.run(SicSignWebApplication.class, args);
    }
}

 

相关文章:

  • 2021-11-20
  • 2021-06-07
  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
  • 2021-11-02
  • 2021-05-31
猜你喜欢
  • 2022-03-05
  • 2021-11-20
  • 2022-03-09
  • 2021-11-30
  • 2022-01-07
相关资源
相似解决方案