|
|
@ -65,16 +65,24 @@
|
|
|
|
<fastjson.version>1.2.75</fastjson.version>
|
|
|
|
<fastjson.version>1.2.75</fastjson.version>
|
|
|
|
<mybatis-plus.version>3.4.0</mybatis-plus.version>
|
|
|
|
<mybatis-plus.version>3.4.0</mybatis-plus.version>
|
|
|
|
<pagehelper.version>1.3.0</pagehelper.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>
|
|
|
|
<jwt.version>3.10.3</jwt.version>
|
|
|
|
<oshi.version>3.9.1</oshi.version>
|
|
|
|
<oshi.version>3.9.1</oshi.version>
|
|
|
|
<jna.version>4.5.2</jna.version>
|
|
|
|
<jna.version>4.5.2</jna.version>
|
|
|
|
<ehcache.version>3.9.0</ehcache.version>
|
|
|
|
<ehcache.version>3.9.0</ehcache.version>
|
|
|
|
|
|
|
|
<redisson.version>3.15.0</redisson.version>
|
|
|
|
<captcha.version>1.6.2</captcha.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>
|
|
|
|
<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>
|
|
|
|
<hutool.version>5.5.5</hutool.version>
|
|
|
|
<guava.version>29.0-jre</guava.version>
|
|
|
|
<guava.version>29.0-jre</guava.version>
|
|
|
@ -120,7 +128,86 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.redisson</groupId>
|
|
|
|
<groupId>org.redisson</groupId>
|
|
|
|
<artifactId>redisson</artifactId>
|
|
|
|
<artifactId>redisson</artifactId>
|
|
|
|
<version>3.15.0</version>
|
|
|
|
<version>${redisson.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- mybatis-plus -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
|
|
|
|
<version>${mybatis-plus.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- page-helper 分页 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.github.pagehelper</groupId>
|
|
|
|
|
|
|
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
|
|
|
|
|
|
|
<version>${druid.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 动态数据源 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
|
|
|
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
|
|
|
|
|
|
|
|
<version>${dynamic.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--mysql-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
|
|
|
<version>${mysql.version}</version>
|
|
|
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- sqlserver-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.microsoft.sqlserver</groupId>
|
|
|
|
|
|
|
|
<artifactId>sqljdbc4</artifactId>
|
|
|
|
|
|
|
|
<version>${sqlserver.version}</version>
|
|
|
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- oracle驱动 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.oracle</groupId>
|
|
|
|
|
|
|
|
<artifactId>ojdbc6</artifactId>
|
|
|
|
|
|
|
|
<version>${oracle.version}</version>
|
|
|
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- postgresql驱动 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
|
|
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
@ -171,66 +258,6 @@
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<!-- ———————————————————— 集成springboot 相关组件 - 结束 ———————————————————— -->
|
|
|
|
<!-- ———————————————————— 集成springboot 相关组件 - 结束 ———————————————————— -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ———————————————————— 集成数据库相关配置 - 开始 ———————————————————— -->
|
|
|
|
|
|
|
|
<!-- mybatis-plus -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
|
|
|
|
<version>${mybatis-plus.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- page-helper 分页 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.github.pagehelper</groupId>
|
|
|
|
|
|
|
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
|
|
|
|
|
|
<version>${pagehelper.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- druid -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
|
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
|
|
|
|
|
|
|
<version>${druid.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 动态数据源 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
|
|
|
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
|
|
|
|
|
|
|
|
<version>${dynamic.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--mysql-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
|
|
|
<version>8.0.20</version>
|
|
|
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- sqlserver-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.microsoft.sqlserver</groupId>
|
|
|
|
|
|
|
|
<artifactId>sqljdbc4</artifactId>
|
|
|
|
|
|
|
|
<version>4.0</version>
|
|
|
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- oracle驱动 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.oracle</groupId>
|
|
|
|
|
|
|
|
<artifactId>ojdbc6</artifactId>
|
|
|
|
|
|
|
|
<version>11.2.0.3</version>
|
|
|
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- postgresql驱动 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
|
|
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
|
|
|
|
|
<version>42.2.6</version>
|
|
|
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- ———————————————————— 集成数据库相关配置 - 结束 ———————————————————— -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ———————————————————— 集成工具 - 开始 ———————————————————— -->
|
|
|
|
<!-- ———————————————————— 集成工具 - 开始 ———————————————————— -->
|
|
|
|
<!-- commons -->
|
|
|
|
<!-- commons -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -291,17 +318,6 @@
|
|
|
|
<version>${snakeyaml.version}</version>
|
|
|
|
<version>${snakeyaml.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</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>
|
|
|
|
</dependencies>
|
|
|
|