Commit 66dd3876 LN

韩华接口代码

1 个父辈 3c3df714
正在显示 1 个修改的文件 包含 6 行增加0 行删除
...@@ -248,6 +248,11 @@ ...@@ -248,6 +248,11 @@
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<version>1.3.8</version>
</dependency>
</dependencies> </dependencies>
...@@ -290,6 +295,7 @@ ...@@ -290,6 +295,7 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<configuration> <configuration>
<encoding>utf-8</encoding> <encoding>utf-8</encoding>
<useDefaultDelimiters>false</useDefaultDelimiters> <useDefaultDelimiters>false</useDefaultDelimiters>
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!