Administrator
8 days ago 54c41b98114c82feb091b83bcaaaae839abb65db
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);
    }