Administrator
2025-12-15 d12acf00e6b7c7956554899a9e5b564ff4ce6a64
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);
    }