Commit e6381bd6 authored by linruibiao's avatar linruibiao

接口编写

parent 242698d8
...@@ -47,10 +47,10 @@ ...@@ -47,10 +47,10 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jdbc</artifactId> <artifactId>spring-boot-starter-data-jdbc</artifactId>
</dependency> </dependency>
<dependency> <!--<dependency>-->
<groupId>org.springframework.boot</groupId> <!--<groupId>org.springframework.boot</groupId>-->
<artifactId>spring-boot-starter-data-jpa</artifactId> <!--<artifactId>spring-boot-starter-data-jpa</artifactId>-->
</dependency> <!--</dependency>-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
...@@ -96,12 +96,12 @@ ...@@ -96,12 +96,12 @@
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- influxdb架包 --> <!--&lt;!&ndash; influxdb架包 &ndash;&gt;-->
<dependency> <!--<dependency>-->
<groupId>org.influxdb</groupId> <!--<groupId>org.influxdb</groupId>-->
<artifactId>influxdb-java</artifactId> <!--<artifactId>influxdb-java</artifactId>-->
<version>${influxdb-java.version}</version> <!--<version>${influxdb-java.version}</version>-->
</dependency> <!--</dependency>-->
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
......
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