Administrator
2025-12-26 a9402bbb84f6a521822fc8beb32056d0b2d4201f
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);
    }