引入依赖
This commit is contained in:
@@ -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>-->
|
||||||
|
|||||||
Reference in New Issue
Block a user