wuyouming666
2024-04-19 92b68e97ff48e3e6411cee61439e95e216eb392e
hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/config/AppRunnerConfig.java
@@ -1,8 +1,7 @@
package com.mes.config;
import com.mes.common.PLCAutoMes;
import com.mes.common.Plchome;
import com.mes.device.PLCAutoMes;
import org.springframework.boot.ApplicationArguments;
import org.springframework.boot.ApplicationRunner;
import org.springframework.core.annotation.Order;
@@ -21,9 +20,9 @@
       new PLCAutoMes().start();
    new Plchome().start();
//       new PLCAutoMes().start();
//
//    new Plchome().start();
    }
}