Commit bc7e92d7 authored by duanruiming's avatar duanruiming

[add] 服务启动

parent 39975e3a
...@@ -270,11 +270,11 @@ ...@@ -270,11 +270,11 @@
<version>${jersey.version}</version> <version>${jersey.version}</version>
</dependency> </dependency>
<!-- 海康SDK,需要Maven私服 --> <!-- 海康SDK,需要Maven私服 -->
<dependency> <!-- <dependency>
<groupId>com.hikvision</groupId> <groupId>com.hikvision</groupId>
<artifactId>artemis-sdk</artifactId> <artifactId>artemis-sdk</artifactId>
<version>${artemis.version}</version> <version>${artemis.version}</version>
</dependency> </dependency>-->
<!-- Gson --> <!-- Gson -->
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
......
...@@ -252,11 +252,11 @@ ...@@ -252,11 +252,11 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<!-- 海康SDK,需要Maven私服 --> <!--&lt;!&ndash; 海康SDK,需要Maven私服 &ndash;&gt;
<dependency> <dependency>
<groupId>com.hikvision</groupId> <groupId>com.hikvision</groupId>
<artifactId>artemis-sdk</artifactId> <artifactId>artemis-sdk</artifactId>
</dependency> </dependency>-->
<!-- 配置类处理器 --> <!-- 配置类处理器 -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment