guoyujie
2025-08-11 e51e45f2cabcc4628ce93e55c7c3806b1b760161
north-glass-erp/src/main/java/com/example/erp/ErpApplication.java
@@ -15,10 +15,10 @@
public class ErpApplication {
    public static void main(String[] args) {
        SpringApplication.run(ErpApplication.class, args);
        try {
        /*try {
            new NettyServer(12345).start();
        } catch (Exception e) {
            throw new RuntimeException(e);
        }
        }*/
    }
}