From 1ec7073027ac3cce61716b73d5d73363dcd51e11 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 14 十二月 2020 09:28:15 +0800 Subject: [PATCH] 同步升级 3.3 --- pom.xml | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index db9ebfb..d8411e4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,20 +6,20 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> - <version>3.2.1</version> + <version>3.3.0</version> <name>ruoyi</name> <url>http://www.ruoyi.vip</url> <description>鑻ヤ緷绠$悊绯荤粺</description> <properties> - <ruoyi.version>3.2.1</ruoyi.version> + <ruoyi.version>3.3.0</ruoyi.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> <druid.version>1.2.2</druid.version> - <bitwalker.version>1.19</bitwalker.version> + <bitwalker.version>1.21</bitwalker.version> <swagger.version>2.9.2</swagger.version> <kaptcha.version>2.3.2</kaptcha.version> <pagehelper.boot.version>1.3.0</pagehelper.boot.version> @@ -28,7 +28,7 @@ <jna.version>5.6.0</jna.version> <commons.io.version>2.5</commons.io.version> <commons.fileupload.version>1.3.3</commons.fileupload.version> - <poi.version>3.17</poi.version> + <poi.version>4.1.2</poi.version> <velocity.version>1.7</velocity.version> <jwt.version>0.9.1</jwt.version> <mybatis-plus.version>3.4.1</mybatis-plus.version> @@ -251,7 +251,9 @@ </plugins> <resources> <resource> + <!--鎵撳寘璇ョ洰褰曚笅鐨� application.yml --> <directory>src/main/resources</directory> + <!-- 鍚敤杩囨护 鍗宠璧勬簮涓殑鍙橀噺灏嗕細琚繃婊ゅ櫒涓殑鍊兼浛鎹� --> <filtering>true</filtering> </resource> </resources> -- Gitblit v1.9.3