Administrator
2025-12-17 90ae4f1fdad2be2720945e0f1474c971a0fdf1a6
src/main/java/com/xcong/excoin/ExcoinApplication.java
@@ -16,6 +16,7 @@
public class ExcoinApplication {
    public static void main(String[] args) {
        System.setProperty("spring.devtools.restart.enabled", "false");
        SpringApplication.run(ExcoinApplication.class, args);
    }