From 29cf879d111797ba08d57824153eb40cb1e9b819 Mon Sep 17 00:00:00 2001 From: lijun Date: Fri, 25 Oct 2024 21:57:46 +0800 Subject: [PATCH] update code --- ruoyi-admin/pom.xml | 2 ++ .../system/SysCaptchaController.java | 1 + .../src/main/resources/templates/index.html | 2 +- .../framework/config/ResourcesConfig.java | 1 + .../ruoyi/framework/config/ShiroConfig.java | 1 + .../shiro/service/SysPasswordService.java | 5 ++++ ruoyi-yanzhu/pom.xml | 29 +++++++++++++++++++ .../controller/AttendanceCfgController.java | 18 ++++++++++++ .../com/yanzhu/jh/tools/SecurityUtils.java | 4 +++ 9 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 ruoyi-yanzhu/pom.xml create mode 100644 ruoyi-yanzhu/src/main/java/com/yanzhu/jh/project/controller/AttendanceCfgController.java create mode 100644 ruoyi-yanzhu/src/main/java/com/yanzhu/jh/tools/SecurityUtils.java diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 7405c16..2c7cec0 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -108,6 +108,8 @@ mkl-screen + + com.qcloud cos_api diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysCaptchaController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysCaptchaController.java index 739c469..d585ffa 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysCaptchaController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysCaptchaController.java @@ -8,6 +8,7 @@ import javax.servlet.ServletOutputStream; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; + import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; diff --git a/ruoyi-admin/src/main/resources/templates/index.html b/ruoyi-admin/src/main/resources/templates/index.html index f7f9b6d..47485e6 100644 --- a/ruoyi-admin/src/main/resources/templates/index.html +++ b/ruoyi-admin/src/main/resources/templates/index.html @@ -89,7 +89,7 @@ - +