|
|
@ -83,7 +83,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 集成 springboot 相关组件 BEGIN -->
|
|
|
|
<!-- ———————————————————— 集成springboot 相关组件 - 开始 ———————————————————— -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
@ -111,9 +111,9 @@
|
|
|
|
<optional>true</optional>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<!-- 集成 springboot 相关组件 END -->
|
|
|
|
<!-- ———————————————————— 集成springboot 相关组件 - 结束 ———————————————————— -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 集成Shiro鉴权安全认证 BEGIN -->
|
|
|
|
<!-- ———————————————————— 集成Shiro鉴权安全认证 - 开始 ———————————————————— -->
|
|
|
|
<!--shiro-->
|
|
|
|
<!--shiro-->
|
|
|
|
<!--<dependency>
|
|
|
|
<!--<dependency>
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
@ -133,9 +133,9 @@
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>-->
|
|
|
|
</dependency>-->
|
|
|
|
<!-- 集成Shiro鉴权安全认证 END -->
|
|
|
|
<!-- ———————————————————— 集成Shiro鉴权安全认证 - 结束 ———————————————————— -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 集成数据库相关配置 BEGIN-->
|
|
|
|
<!-- ———————————————————— 集成数据库相关配置 - 开始 ———————————————————— -->
|
|
|
|
<!-- mybatis-plus -->
|
|
|
|
<!-- mybatis-plus -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
@ -185,22 +185,9 @@
|
|
|
|
<version>42.2.6</version>
|
|
|
|
<version>42.2.6</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- 集成数据库相关配置 END-->
|
|
|
|
<!-- ———————————————————— 集成数据库相关配置 - 结束 ———————————————————— -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 集成Redis缓存 BEGIN -->
|
|
|
|
<!-- ———————————————————— 集成SwaggerApi - 开始 ———————————————————— -->
|
|
|
|
<!-- Redis -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- 池管理 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-pool2</artifactId>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- 集成Redis缓存 END -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 集成接口文档 BEGIN -->
|
|
|
|
|
|
|
|
<!-- Swagger API文档 -->
|
|
|
|
<!-- Swagger API文档 -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
@ -233,9 +220,9 @@
|
|
|
|
<artifactId>swagger-models</artifactId>
|
|
|
|
<artifactId>swagger-models</artifactId>
|
|
|
|
<version>1.5.22</version>
|
|
|
|
<version>1.5.22</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- 集成接口文档 END -->
|
|
|
|
<!-- ———————————————————— 集成SwaggerApi - 结束 ———————————————————— -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 集成工具 BEGIN-->
|
|
|
|
<!-- ———————————————————— 集成工具 - 开始 ———————————————————— -->
|
|
|
|
<!-- commons -->
|
|
|
|
<!-- commons -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
@ -247,6 +234,11 @@
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
<version>${commons.lang3.version}</version>
|
|
|
|
<version>${commons.lang3.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- 池管理 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-pool2</artifactId>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- guava -->
|
|
|
|
<!-- guava -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -269,15 +261,13 @@
|
|
|
|
<version>${fastjson.version}</version>
|
|
|
|
<version>${fastjson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 糊涂工具包 建议不要重度依赖 -->
|
|
|
|
<!-- 糊涂工具包 -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
|
<version>${hutool.version}</version>
|
|
|
|
<version>${hutool.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- 集成工具 END-->
|
|
|
|
<!-- ———————————————————— 集成工具 - 结束 ———————————————————— -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|