From 800f3b71efdb0a9d2fb2c1f688cc194c88960d25 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期四, 07 十二月 2023 09:41:32 +0800 Subject: [PATCH] 更换新图片 --- springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java | 22 ++-------------------- 1 files changed, 2 insertions(+), 20 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 15adfff..f4b82b1 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 @@ -1,28 +1,10 @@ package com.example.springboot.config; -import org.springframework.beans.factory.annotation.Autowired; +import com.example.springboot.component.*; import org.springframework.boot.ApplicationArguments; import org.springframework.boot.ApplicationRunner; import org.springframework.core.annotation.Order; import org.springframework.stereotype.Component; - -import com.example.springboot.component.PLCAutomaticParameterSetting; -import com.example.springboot.component.PlcHold; -import com.example.springboot.component.PlcParameter; -import com.example.springboot.component.Plcaction; -import com.example.springboot.component.Plchome; -import com.example.springboot.component.Plcalarm; -import com.example.springboot.component.Plcsign; -import com.example.springboot.component.Plcstate; -import com.example.springboot.component.PlcPositioning1; -import com.example.springboot.component.PlcPositioning2; -import com.example.springboot.component.PlcParameter2; -import com.example.springboot.component.PlcParameter1; -import com.example.springboot.component.PlcServoManualone; -import com.example.springboot.component.PLCAutomaticParameterSetting; -import com.example.springboot.component.PlcManualonePosition; -import com.example.springboot.component.PlcManualonePosition2; -import com.example.springboot.component.PLCManualJog; @Component @Order(1) @@ -42,7 +24,7 @@ // // new PlcParameter().start(); // - // new Plcalarm().start(); + new Plcalarm().start(); // new Plcsign().start(); // -- Gitblit v1.8.0