From 7e3882e6e0fdaeeffb9608dff9b65e1e19e92aed Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 27 Jun 2026 12:03:06 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E9=BD=90=20iot-gateway=20?= =?UTF-8?q?=E5=8F=AF=E6=89=A7=E8=A1=8C=20jar=20=E8=BF=90=E8=A1=8C=E6=97=B6?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 补充 spring-boot-starter-validation 和 guava 依赖,避免 iot-gateway 通过 java -jar 启动时缺少 Hibernate Validator 与 Guava 相关类。 --- yudao-module-iot/yudao-module-iot-gateway/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/yudao-module-iot/yudao-module-iot-gateway/pom.xml b/yudao-module-iot/yudao-module-iot-gateway/pom.xml index 8843edbab..8041aa679 100644 --- a/yudao-module-iot/yudao-module-iot-gateway/pom.xml +++ b/yudao-module-iot/yudao-module-iot-gateway/pom.xml @@ -31,6 +31,10 @@ org.springframework.boot spring-boot-restclient + + org.springframework.boot + spring-boot-starter-validation + @@ -45,6 +49,10 @@ + + com.google.guava + guava + io.vertx vertx-web