廖井涛
2025-04-02 6146ab970705d0233a12b9fe475f9756e3271aa1
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);
        }
        }*/
    }
}