|
@@ -8,6 +8,7 @@
|
|
<version>2.6.3</version>
|
|
<version>2.6.3</version>
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
</parent>
|
|
</parent>
|
|
|
|
+
|
|
<groupId>com.sw</groupId>
|
|
<groupId>com.sw</groupId>
|
|
<artifactId>mask</artifactId>
|
|
<artifactId>mask</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
@@ -20,30 +21,35 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
- <version>2.6.1</version>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
|
|
+<!-- <dependency>-->
|
|
|
|
+<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
+<!-- <artifactId>spring-boot-starter</artifactId>-->
|
|
|
|
+<!-- </dependency>-->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
|
+ <artifactId>druid</artifactId>
|
|
|
|
+ <version>1.2.5</version>
|
|
|
|
+ </dependency>
|
|
<!-- mysql -->
|
|
<!-- mysql -->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
- <version>5.1.47</version>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<!-- mybatis plus -->
|
|
<!-- mybatis plus -->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.baomidou</groupId>
|
|
<groupId>com.baomidou</groupId>
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
- <version>3.0.7.1</version>
|
|
|
|
|
|
+ <version>3.5.1</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-activemq</artifactId>
|
|
<artifactId>spring-boot-starter-activemq</artifactId>
|
|
- <version>2.0.0.RELEASE</version>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<!-- lombok -->
|
|
<!-- lombok -->
|
|
<dependency>
|
|
<dependency>
|
|
@@ -56,17 +62,21 @@
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
- <!--hutool工具类-->
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.hutool</groupId>
|
|
|
|
- <artifactId>hutool-core</artifactId>
|
|
|
|
- <version>4.4.0</version>
|
|
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>cn.hutool</groupId>
|
|
|
|
- <artifactId>hutool-all</artifactId>
|
|
|
|
- <version>4.5.7</version>
|
|
|
|
|
|
+ <groupId>junit</groupId>
|
|
|
|
+ <artifactId>junit</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <!--hutool工具类-->
|
|
|
|
+<!-- <dependency>-->
|
|
|
|
+<!-- <groupId>cn.hutool</groupId>-->
|
|
|
|
+<!-- <artifactId>hutool-core</artifactId>-->
|
|
|
|
+<!-- <version>4.4.0</version>-->
|
|
|
|
+<!-- </dependency>-->
|
|
|
|
+<!-- <dependency>-->
|
|
|
|
+<!-- <groupId>cn.hutool</groupId>-->
|
|
|
|
+<!-- <artifactId>hutool-all</artifactId>-->
|
|
|
|
+<!-- <version>4.5.7</version>-->
|
|
|
|
+<!-- </dependency>-->
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
|
|
|