11 2021 档案

摘要:本文开发环境:springboot2+thymeleaf+shiro+redis 通过redis实现对用户权限集的缓存功能。 1,pom.xml引入包 ①在使用shiro的情况下集成redis <!--在使用shiro的情况下集成redis,shiro-redis缓存插件必须引入--> <depen 阅读全文
posted @ 2021-11-16 17:25 GXF_feige 阅读(341) 评论(0) 推荐(0)
摘要:AOP + 注解实现操作日志管理功能 在项目开发过程中,少不了日志管理,今天公司就给我了一个任务,实现日志管理,在这简单介绍AOP实现操作日志功能。 1,创建数据表操作日志数据表 CREATE TABLE `log_operate` ( `id` bigint(20) unsigned NOT NU 阅读全文
posted @ 2021-11-02 10:40 GXF_feige 阅读(609) 评论(0) 推荐(0)