From 57bbbc9f7a181d84fdf3d77f378a85cc100bc322 Mon Sep 17 00:00:00 2001
From: panlinlin <648540858@qq.com>
Date: 星期一, 19 四月 2021 11:24:03 +0800
Subject: [PATCH] 去除部分调试日志以及恢复代码

---
 pom.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index c07f7ad..c1383e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,6 +67,10 @@
 			<artifactId>mybatis-spring-boot-starter</artifactId>
 			<version>2.1.4</version>
 		</dependency>
+		<dependency>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot-starter-security</artifactId>
+		</dependency>
 
 		<!-- druid鏁版嵁搴撹繛鎺ユ睜 -->
 		<dependency>

--
Gitblit v1.8.0