上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
摘要: import org.apache.commons.codec.digest.DigestUtils; /** * <p> * MD5加密工具类 * <p/> * * @author Mr.Wang * @date 2020/12/14 */ public class MD5Util { publi 阅读全文
posted @ 2021-08-28 21:56 柯南剧场版 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 1. 声明Mapper接口 package com.hundsun.one.mapper; @Repository public interface ResultUserRoleMapper extends BaseMapper { /** * 分页查询 * @param page * @retur 阅读全文
posted @ 2021-08-28 21:53 柯南剧场版 阅读(2200) 评论(0) 推荐(0) 编辑
摘要: 1. 从数据库查询创建时间,更新时间,返回到前端 -- 这样显示的, 不符合前端时间格式要求 2020-07-13T16:02:00.000+0000 2. 添加FastJson依赖 <dependency> <groupId>com.alibaba</groupId> <artifactId>fa 阅读全文
posted @ 2021-08-28 21:39 柯南剧场版 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 1. 添加Spring Security依赖 <!--spring-security权限认证框架--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security< 阅读全文
posted @ 2021-08-28 21:30 柯南剧场版 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 1. 添加MapStruct依赖 <!--mapStruct依赖 自动生成VO-DO的模型映射--> <dependency> <groupId>org.mapstruct</groupId> <artifactId>mapstruct-jdk8</artifactId> <version>1.2. 阅读全文
posted @ 2021-08-28 21:23 柯南剧场版 阅读(115) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页