From fa356bb65f2bc425e866ceb0fc3acf44caca0edd Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期二, 05 九月 2023 15:14:44 +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 | 10 ++++++---- 1 files changed, 6 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..83af3f6 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,8 @@ // TODO Auto-generated method stub // System.out.println("鍚姩瀹屾垚"); - - new PlcHold().start(); - } + + + new Plcaction().start(); + } } -- Gitblit v1.8.0