From f3cd78cd0355259a7f08cab33df69e0ac3a6850d Mon Sep 17 00:00:00 2001
From: chenjiahe <763432473@qq.com>
Date: 星期四, 26 五月 2022 18:12:27 +0800
Subject: [PATCH] mybatis时间转化文件

---
 pom.xml |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 852c3fe..8cc4bb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,10 +278,16 @@
             <artifactId>spring-boot-starter-forest</artifactId>
             <version>1.5.0-RC2</version>
         </dependency>
+
+        <!-- redis -->
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-data-redis</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
-        <finalName>hx-demoboot</finalName>
+        <finalName>hx-common</finalName>
         <resources>
             <resource>
                 <directory>src/main/java</directory>

--
Gitblit v1.8.0