gaoluyang
2025-02-22 1bea882533f08dc2fc8597c830e4e7a20eb8fc48
ruoyi-admin/src/main/java/com/ruoyi/RuoYiApplication.java
@@ -14,7 +14,7 @@
{
    public static void main(String[] args)
    {
        System.setProperty("spring.devtools.restart.enabled", "false");
//        System.setProperty("spring.devtools.restart.enabled", "false");
        SpringApplication.run(RuoYiApplication.class, args);
    }
}