wuyouming666
2023-09-06 a60d5d839e6f686990a92801b470a9aeaad31b4a
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,9 +17,14 @@
       //
       System.out.println("启动完成");
    new PlcHold().start();
        new Plcaction().start();
    }
}