From 0765b655b657406d907d231f9d68c5cbecfb5e38 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期日, 18 四月 2021 15:38:14 +0800
Subject: [PATCH] 修正模板字符编码

---
 pom.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 15f9222..ab0be5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,9 +221,9 @@
 
 		<!-- velocity浠g爜鐢熸垚浣跨敤妯℃澘 -->
 		<dependency>
-           <groupId>org.apache.velocity</groupId>
-            <artifactId>velocity</artifactId>
-            <version>${velocity.version}</version>
+			<groupId>org.apache.velocity</groupId>
+			<artifactId>velocity</artifactId>
+			<version>${velocity.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-collections</groupId>
@@ -234,9 +234,9 @@
 		
 		<!-- collections宸ュ叿绫� -->
 		<dependency>
-		    <groupId>commons-collections</groupId>
-		    <artifactId>commons-collections</artifactId>
-		    <version>${commons.collections.version}</version>
+			<groupId>commons-collections</groupId>
+			<artifactId>commons-collections</artifactId>
+			<version>${commons.collections.version}</version>
 		</dependency>
 		
         <!-- 瀹氭椂浠诲姟 -->

--
Gitblit v1.9.3