引入依赖

This commit is contained in:
2026-04-13 15:10:36 +08:00
parent 80032fa758
commit 8610b76a1d

View File

@@ -108,13 +108,19 @@
<artifactId>spring-boot-starter-websocket</artifactId> <artifactId>spring-boot-starter-websocket</artifactId>
</dependency> </dependency>
<!-- OPC UA 集成 --> <!-- OPC UA 集成(读取仍使用) -->
<dependency> <dependency>
<groupId>com.kangaroohy</groupId> <groupId>com.kangaroohy</groupId>
<artifactId>milo-spring-boot-starter</artifactId> <artifactId>milo-spring-boot-starter</artifactId>
<version>3.1.4.0.6.15</version> <version>3.1.4.0.6.15</version>
</dependency> </dependency>
<!-- iot-communication写入改造使用 -->
<dependency>
<groupId>com.github.xingshuangs</groupId>
<artifactId>iot-communication</artifactId>
<version>1.5.6</version>
</dependency>
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>com.alibaba</groupId>--> <!-- <groupId>com.alibaba</groupId>-->