clll
2023-09-05 d6a26f8fee29a5d68466bb9d2fc716128292e030
springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java
@@ -5,7 +5,7 @@
import org.springframework.core.annotation.Order;
import org.springframework.stereotype.Component;
import com.example.springboot.component.PlcHold;
import com.example.springboot.component.Plcaction;
@Component
@@ -17,6 +17,7 @@
       //
       System.out.println("启动完成");
    new PlcHold().start();
        new Plcaction().start();
    }