chenlu
2024-09-25 430ab98c6225a276bab44c5eebb304fc6206cb73
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);
        }
        }*/
    }
}