|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
|
<version>2.3.7.RELEASE</version>
|
|
|
|
|
<version>2.3.3.RELEASE</version>
|
|
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
@ -56,34 +56,38 @@
|
|
|
|
|
|
|
|
|
|
<!-- 全局版本 -->
|
|
|
|
|
<properties>
|
|
|
|
|
<!-- 需要使用着两个版本 来引入对应的模块和插件 -->
|
|
|
|
|
<!-- 插件版本 -->
|
|
|
|
|
<plugins.version>1.0.0</plugins.version>
|
|
|
|
|
<!-- 模块版本 -->
|
|
|
|
|
<modulars.version>1.0.0</modulars.version>
|
|
|
|
|
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
|
<java.version>1.8</java.version>
|
|
|
|
|
<spring-boot.version>2.3.7.RELEASE</spring-boot.version>
|
|
|
|
|
<spring-boot.version>2.3.3.RELEASE</spring-boot.version>
|
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
<commons.lang3.version>3.11</commons.lang3.version>
|
|
|
|
|
<commons.io.version>2.8.0</commons.io.version>
|
|
|
|
|
<guava.version>29.0-jre</guava.version>
|
|
|
|
|
<hutool.version>5.5.5</hutool.version>
|
|
|
|
|
<oshi.version>3.9.1</oshi.version>
|
|
|
|
|
<jna.version>4.5.2</jna.version>
|
|
|
|
|
<ehcache.version>3.9.0</ehcache.version>
|
|
|
|
|
<kaptcha.version>0.0.9</kaptcha.version>
|
|
|
|
|
<shiro.version>1.6.0</shiro.version>
|
|
|
|
|
<shiro.redis.version>3.1.0</shiro.redis.version>
|
|
|
|
|
<snakeyaml.version>1.27</snakeyaml.version>
|
|
|
|
|
<bouncycastle.version>1.68</bouncycastle.version>
|
|
|
|
|
|
|
|
|
|
<!-- 工具 -->
|
|
|
|
|
<hutool.version>5.5.5</hutool.version>
|
|
|
|
|
<guava.version>29.0-jre</guava.version>
|
|
|
|
|
<commons.io.version>2.8.0</commons.io.version>
|
|
|
|
|
<commons.lang3.version>3.11</commons.lang3.version>
|
|
|
|
|
<snakeyaml.version>1.27</snakeyaml.version>
|
|
|
|
|
|
|
|
|
|
<!-- 需要使用着两个版本 来引入对应的模块和插件 -->
|
|
|
|
|
<!-- 插件版本 -->
|
|
|
|
|
<plugins.version>1.0.0</plugins.version>
|
|
|
|
|
<!-- 模块版本 -->
|
|
|
|
|
<modulars.version>1.0.0</modulars.version>
|
|
|
|
|
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -280,7 +284,8 @@
|
|
|
|
|
<artifactId>snakeyaml</artifactId>
|
|
|
|
|
<version>${snakeyaml.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--OSHI系统监控-->
|
|
|
|
|
|
|
|
|
|
<!-- OSHI 系统监控-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.oshi</groupId>
|
|
|
|
|
<artifactId>oshi-core</artifactId>
|
|
|
|
@ -367,28 +372,6 @@
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- 打包跳过测试 -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- 避免font文件的二进制文件格式压缩破坏 -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<nonFilteredFileExtensions>
|
|
|
|
|
<nonFilteredFileExtension>woff</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>woff2</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>eot</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>ttf</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>svg</nonFilteredFileExtension>
|
|
|
|
|
</nonFilteredFileExtensions>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
<resources>
|
|
|
|
|
<resource>
|
|
|
|
|