|
|
|
@ -65,16 +65,24 @@
|
|
|
|
|
<fastjson.version>1.2.75</fastjson.version>
|
|
|
|
|
<mybatis-plus.version>3.4.0</mybatis-plus.version>
|
|
|
|
|
<pagehelper.version>1.3.0</pagehelper.version>
|
|
|
|
|
<druid.version>1.1.17</druid.version>
|
|
|
|
|
<dynamic.version>2.5.4</dynamic.version>
|
|
|
|
|
|
|
|
|
|
<jwt.version>3.10.3</jwt.version>
|
|
|
|
|
<oshi.version>3.9.1</oshi.version>
|
|
|
|
|
<jna.version>4.5.2</jna.version>
|
|
|
|
|
<ehcache.version>3.9.0</ehcache.version>
|
|
|
|
|
<redisson.version>3.15.0</redisson.version>
|
|
|
|
|
<captcha.version>1.6.2</captcha.version>
|
|
|
|
|
<shiro.version>1.6.0</shiro.version>
|
|
|
|
|
<shiro.redis.version>3.3.1</shiro.redis.version>
|
|
|
|
|
<bouncycastle.version>1.68</bouncycastle.version>
|
|
|
|
|
|
|
|
|
|
<!-- 数据库相关 -->
|
|
|
|
|
<druid.version>1.1.17</druid.version>
|
|
|
|
|
<dynamic.version>2.5.4</dynamic.version>
|
|
|
|
|
<mysql.version>8.0.20</mysql.version>
|
|
|
|
|
<sqlserver.version>4.0</sqlserver.version>
|
|
|
|
|
<oracle.version>11.2.0.3</oracle.version>
|
|
|
|
|
<postgresql.version>42.2.6</postgresql.version>
|
|
|
|
|
|
|
|
|
|
<!-- 工具 -->
|
|
|
|
|
<hutool.version>5.5.5</hutool.version>
|
|
|
|
|
<guava.version>29.0-jre</guava.version>
|
|
|
|
@ -120,59 +128,9 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.redisson</groupId>
|
|
|
|
|
<artifactId>redisson</artifactId>
|
|
|
|
|
<version>3.15.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
<!-- ———————————————————— 集成springboot 相关组件 - 开始 ———————————————————— -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-aop</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- actuator 端点监控 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-validation</artifactId>
|
|
|
|
|
<version>${redisson.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
|
|
<optional>true</optional>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 热部署 如果使用 Jrebel 忽略就好,如果不使用 Jrebel 则放开 -->
|
|
|
|
|
<!--
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-devtools</artifactId>
|
|
|
|
|
<optional>true</optional>
|
|
|
|
|
</dependency>
|
|
|
|
|
-->
|
|
|
|
|
<!-- ———————————————————— 集成springboot 相关组件 - 结束 ———————————————————— -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ———————————————————— 集成数据库相关配置 - 开始 ———————————————————— -->
|
|
|
|
|
<!-- mybatis-plus -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
@ -187,6 +145,13 @@
|
|
|
|
|
<version>${pagehelper.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- ShiroRedis包 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.crazycake</groupId>
|
|
|
|
|
<artifactId>shiro-redis-spring-boot-starter</artifactId>
|
|
|
|
|
<version>${shiro.redis.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- druid -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
@ -205,31 +170,93 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
<version>8.0.20</version>
|
|
|
|
|
<version>${mysql.version}</version>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- sqlserver-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.microsoft.sqlserver</groupId>
|
|
|
|
|
<artifactId>sqljdbc4</artifactId>
|
|
|
|
|
<version>4.0</version>
|
|
|
|
|
<version>${sqlserver.version}</version>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- oracle驱动 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.oracle</groupId>
|
|
|
|
|
<artifactId>ojdbc6</artifactId>
|
|
|
|
|
<version>11.2.0.3</version>
|
|
|
|
|
<version>${oracle.version}</version>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- postgresql驱动 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
|
|
<version>42.2.6</version>
|
|
|
|
|
<version>${postgresql.version}</version>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- ———————————————————— 集成数据库相关配置 - 结束 ———————————————————— -->
|
|
|
|
|
|
|
|
|
|
<!-- OSHI 系统监控-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.oshi</groupId>
|
|
|
|
|
<artifactId>oshi-core</artifactId>
|
|
|
|
|
<version>${oshi.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.java.dev.jna</groupId>
|
|
|
|
|
<artifactId>jna-platform</artifactId>
|
|
|
|
|
<version>${jna.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
<!-- ———————————————————— 集成springboot 相关组件 - 开始 ———————————————————— -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-aop</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- actuator 端点监控 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-validation</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
|
|
<optional>true</optional>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 热部署 如果使用 Jrebel 忽略就好,如果不使用 Jrebel 则放开 -->
|
|
|
|
|
<!--
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-devtools</artifactId>
|
|
|
|
|
<optional>true</optional>
|
|
|
|
|
</dependency>
|
|
|
|
|
-->
|
|
|
|
|
<!-- ———————————————————— 集成springboot 相关组件 - 结束 ———————————————————— -->
|
|
|
|
|
|
|
|
|
|
<!-- ———————————————————— 集成工具 - 开始 ———————————————————— -->
|
|
|
|
|
<!-- commons -->
|
|
|
|
@ -291,17 +318,6 @@
|
|
|
|
|
<version>${snakeyaml.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- OSHI 系统监控-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.oshi</groupId>
|
|
|
|
|
<artifactId>oshi-core</artifactId>
|
|
|
|
|
<version>${oshi.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.java.dev.jna</groupId>
|
|
|
|
|
<artifactId>jna-platform</artifactId>
|
|
|
|
|
<version>${jna.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- ———————————————————— 集成工具 - 结束 ———————————————————— -->
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|