From c7df23be1f204458883088c18cbe33a451b8e50d Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期三, 06 九月 2023 08:08:45 +0800 Subject: [PATCH] Merge branch 'master' of ssh://10.153.19.150:29418/CanadaMes --- springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java b/springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java index 0973688..93604a6 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java +++ b/springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java @@ -5,7 +5,8 @@ import org.springframework.core.annotation.Order; import org.springframework.stereotype.Component; -import com.example.springboot.component.PlcHold; + +import com.example.springboot.component.Plcaction; @Component @Order(1) @@ -15,7 +16,10 @@ // TODO Auto-generated method stub // System.out.println("鍚姩瀹屾垚"); - - new PlcHold().start(); - } + + + new Plcaction().start(); + + + } } -- Gitblit v1.8.0