12 2022 档案

摘要:Spring Security 流程 登录时获取用户信息 用SysUserService.getUserAuthInfo方法,获取权角色和权限信息,存放在userAuthInfo中,生成UserDetails对象 在UserDetails类中存放authorities(ROLE_)角色,perms权 阅读全文
posted @ 2022-12-23 11:32 ericdee 阅读(20) 评论(0) 推荐(0) 编辑
摘要:DTO : 前端向后端接口请求时的对象。 VO: 后端向前端响应的对象。 前端:vue 后端:SpringBoot + MybatisPlus 涉及的两个包: com.alibaba.fastjson.annotation.JSONField; com.fasterxml.jackson.annot 阅读全文
posted @ 2022-12-17 23:13 ericdee 阅读(523) 评论(0) 推荐(0) 编辑