From 0348349a86b64eb4dd959c29c339f75b2fdb26d9 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期五, 03 一月 2020 16:57:35 +0800
Subject: [PATCH] Jackson日期反序列化时区问题

---
 ruoyi/pom.xml |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ruoyi/pom.xml b/ruoyi/pom.xml
index f9f6b9a..d44b49f 100644
--- a/ruoyi/pom.xml
+++ b/ruoyi/pom.xml
@@ -5,7 +5,7 @@
 
 	<groupId>com.ruoyi</groupId>
 	<artifactId>ruoyi</artifactId>
-	<version>1.1</version>
+	<version>2.0.0</version>
 	<packaging>jar</packaging>
 
 	<name>ruoyi</name>
@@ -34,6 +34,7 @@
 		<swagger.version>2.9.2</swagger.version>
 		<poi.version>3.17</poi.version>
 		<oshi.version>3.9.1</oshi.version>
+		<velocity.version>1.7</velocity.version>
 	</properties>
 
 	<dependencies>
@@ -231,6 +232,12 @@
 			<artifactId>poi-ooxml</artifactId>
 			<version>${poi.version}</version>
 		</dependency>
+		<!--velocity代码生成使用模板 -->
+		<dependency>
+			<groupId>org.apache.velocity</groupId>
+			<artifactId>velocity</artifactId>
+			<version>${velocity.version}</version>
+		</dependency>
 
 	</dependencies>
 

--
Gitblit v1.9.2