From bc9098bc225c677346e94d6f3edb12129d8d4068 Mon Sep 17 00:00:00 2001 From: JackyTang <jackytang01@gmail.com> Date: 星期六, 22 一月 2022 10:19:18 +0800 Subject: [PATCH] fix 修复单词拼写错误 --- pom.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7763720..9e3d114 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ <properties> <ruoyi-vue-plus.version>3.5.0</ruoyi-vue-plus.version> - <spring-boot.version>2.6.2</spring-boot.version> + <spring-boot.version>2.6.3</spring-boot.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> @@ -23,7 +23,7 @@ <knife4j.version>3.0.3</knife4j.version> <swagger-annotations.version>1.5.22</swagger-annotations.version> <poi.version>4.1.2</poi.version> - <easyexcel.version>2.2.11</easyexcel.version> + <easyexcel.version>3.0.5</easyexcel.version> <cglib.version>3.3.0</cglib.version> <velocity.version>2.3</velocity.version> <satoken.version>1.28.0</satoken.version> @@ -320,6 +320,7 @@ <includes> <include>application*</include> <include>bootstrap*</include> + <include>banner*</include> </includes> <!-- 鍚敤杩囨护 鍗宠璧勬簮涓殑鍙橀噺灏嗕細琚繃婊ゅ櫒涓殑鍊兼浛鎹� --> <filtering>true</filtering> -- Gitblit v1.9.3