From 8984ecba865b4ccbf542e4e612134306b8e05f75 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Tue, 09 Jul 2024 12:12:01 +0800
Subject: [PATCH] 记录用户登录IP地址和登录时间
---
ruoyi-gateway/pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ruoyi-gateway/pom.xml b/ruoyi-gateway/pom.xml
index 2aaa5de..771df7f 100644
--- a/ruoyi-gateway/pom.xml
+++ b/ruoyi-gateway/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi</artifactId>
- <version>3.6.0</version>
+ <version>3.6.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -66,7 +66,7 @@
<!--验证码 -->
<dependency>
- <groupId>com.github.penggle</groupId>
+ <groupId>pro.fessional</groupId>
<artifactId>kaptcha</artifactId>
</dependency>
--
Gitblit v1.9.3