|
@@ -2,11 +2,11 @@
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
- <groupId>cn.vbdsm</groupId>
|
|
|
|
|
- <artifactId>vbdsm-hj212-iot</artifactId>
|
|
|
|
|
- <version>2.1.0</version>
|
|
|
|
|
- <name>vbdsm-hj212-iot</name>
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <groupId>com.iwbnet</groupId>
|
|
|
|
|
+ <artifactId>iwb-iot-project</artifactId>
|
|
|
|
|
+ <version>0.0.1-SNAPSHOT</version>
|
|
|
|
|
+ <name>iwb-iot-project</name>
|
|
|
|
|
+ <description>iwb-iot-project</description>
|
|
|
<properties>
|
|
<properties>
|
|
|
<java.version>1.8</java.version>
|
|
<java.version>1.8</java.version>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
@@ -14,59 +14,72 @@
|
|
|
<spring-boot.version>2.6.13</spring-boot.version>
|
|
<spring-boot.version>2.6.13</spring-boot.version>
|
|
|
</properties>
|
|
</properties>
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
- <groupId>com.mybatis-flex</groupId>
|
|
|
|
|
- <artifactId>mybatis-flex-spring-boot-starter</artifactId>
|
|
|
|
|
- <version>1.6.7</version>
|
|
|
|
|
|
|
+ <groupId>org.mybatis.spring.boot</groupId>
|
|
|
|
|
+ <artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
|
|
+ <version>2.2.2</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>druid</artifactId>
|
|
<artifactId>druid</artifactId>
|
|
|
<version>1.2.16</version>
|
|
<version>1.2.16</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>cn.hutool</groupId>
|
|
|
|
|
- <artifactId>hutool-all</artifactId>
|
|
|
|
|
- <version>5.8.20</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.mysql</groupId>
|
|
<groupId>com.mysql</groupId>
|
|
|
<artifactId>mysql-connector-j</artifactId>
|
|
<artifactId>mysql-connector-j</artifactId>
|
|
|
<scope>runtime</scope>
|
|
<scope>runtime</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
+ <scope>test</scope>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>cn.hutool</groupId>
|
|
|
|
|
+ <artifactId>hutool-all</artifactId>
|
|
|
|
|
+ <version>5.8.20</version>
|
|
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.projectlombok</groupId>
|
|
<groupId>org.projectlombok</groupId>
|
|
|
<artifactId>lombok</artifactId>
|
|
<artifactId>lombok</artifactId>
|
|
|
<optional>true</optional>
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
- <scope>test</scope>
|
|
|
|
|
|
|
+ <groupId>com.alibaba.fastjson2</groupId>
|
|
|
|
|
+ <artifactId>fastjson2</artifactId>
|
|
|
|
|
+ <version>2.0.32</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- </dependencies>
|
|
|
|
|
-<!-- <dependencyManagement>-->
|
|
|
|
|
-<!-- <dependencies>-->
|
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
|
-<!-- <artifactId>spring-boot-dependencies</artifactId>-->
|
|
|
|
|
-<!-- <version>${spring-boot.version}</version>-->
|
|
|
|
|
-<!-- <type>pom</type>-->
|
|
|
|
|
-<!-- <scope>import</scope>-->
|
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
|
-<!-- </dependencies>-->
|
|
|
|
|
-<!-- </dependencyManagement>-->
|
|
|
|
|
- <parent>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-dependencies</artifactId>
|
|
|
|
|
- <version>2.6.13</version>
|
|
|
|
|
- <relativePath/>
|
|
|
|
|
- </parent>
|
|
|
|
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>io.springfox</groupId>
|
|
|
|
|
+ <artifactId>springfox-boot-starter</artifactId>
|
|
|
|
|
+ <version>3.0.0</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.integration</groupId>
|
|
|
|
|
+ <artifactId>spring-integration-mqtt</artifactId>
|
|
|
|
|
+ <version>5.5.14</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ </dependencies>
|
|
|
|
|
+ <dependencyManagement>
|
|
|
|
|
+ <dependencies>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-dependencies</artifactId>
|
|
|
|
|
+ <version>${spring-boot.version}</version>
|
|
|
|
|
+ <type>pom</type>
|
|
|
|
|
+ <scope>import</scope>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ </dependencies>
|
|
|
|
|
+ </dependencyManagement>
|
|
|
|
|
|
|
|
<build>
|
|
<build>
|
|
|
<plugins>
|
|
<plugins>
|
|
@@ -83,10 +96,10 @@
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
-<!-- <version>${spring-boot.version}</version>-->
|
|
|
|
|
|
|
+ <version>${spring-boot.version}</version>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
- <mainClass>cn.vbdsm.iot.VbdsmIotApplication</mainClass>
|
|
|
|
|
- <fork>true</fork>
|
|
|
|
|
|
|
+ <mainClass>com.iwbnet.iot.IwbIotProjectApplication</mainClass>
|
|
|
|
|
+ <skip>true</skip>
|
|
|
</configuration>
|
|
</configuration>
|
|
|
<executions>
|
|
<executions>
|
|
|
<execution>
|
|
<execution>
|