dljx-springboot

导航

 

2023年7月16日

摘要: #1. 说明 我们希望在前端对权限进行修改的时候,修改后的数据能够在数据库中进行更新。 #2. RoleController 修改方法名字 ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230716134313366-82 阅读全文
posted @ 2023-07-16 14:22 丹狼键仙 阅读(58) 评论(0) 推荐(0) 编辑
 

2023年7月15日

摘要: #1. 提交表单刷新即清空 ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230715155928366-74503452.png) #2. 实现getRoleById ![](https://img2023.cnblog 阅读全文
posted @ 2023-07-15 16:33 丹狼键仙 阅读(6) 评论(0) 推荐(0) 编辑
 
摘要: #1. 拿到每个树节点用来作为唯一标识的属性 ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230715132331397-451024605.png) #2. 获取选中的key ![](https://img2023.c 阅读全文
posted @ 2023-07-15 15:54 丹狼键仙 阅读(9) 评论(0) 推荐(0) 编辑
 
摘要: #1. 树形控件 点击查看代码 ``` ``` #2. 角色信息编辑对话框 ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230714173344385-1196464446.png) #3. 定义menuProps 取的 阅读全文
posted @ 2023-07-15 12:44 丹狼键仙 阅读(23) 评论(0) 推荐(0) 编辑
 

2023年7月14日

摘要: #1. 复制 把user.vue的内容全部复制粘贴到role.vue ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230714145331431-8911224.png) ![](https://img2023.cnbl 阅读全文
posted @ 2023-07-14 17:15 丹狼键仙 阅读(36) 评论(0) 推荐(0) 编辑
 
摘要: #1. 配置依赖 点击查看代码 ``` io.springfox springfox-boot-starter 3.0.0 ``` 2. swagger配置类 点击查看代码 ``` package com.example.config; import org.springframework.cont 阅读全文
posted @ 2023-07-14 14:36 丹狼键仙 阅读(11) 评论(0) 推荐(0) 编辑
 

2023年7月13日

摘要: #1. 定义拦截器JwtValidatorInterceptor 点击查看代码 ``` @Component @Slf4j public class JwtValidatorInterceptor implements HandlerInterceptor { @Autowired private 阅读全文
posted @ 2023-07-13 16:10 丹狼键仙 阅读(37) 评论(0) 推荐(0) 编辑
 

2023年7月12日

摘要: #1. token问题 目前方案是将token作为key,将登录的信息作为值存入到redis里面。 ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230712164953965-180558959.png) #2. 使用j 阅读全文
posted @ 2023-07-12 18:58 丹狼键仙 阅读(11) 评论(0) 推荐(0) 编辑
 

2023年7月11日

摘要: #1.页面刷新消失 ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230710235504055-2089694281.png) ![](https://img2023.cnblogs.com/blog/2957868/2 阅读全文
posted @ 2023-07-11 00:09 丹狼键仙 阅读(5) 评论(0) 推荐(0) 编辑
 

2023年7月6日

摘要: #1. 写一个删除接口 目前的删除是物理删除,而这些数据我们应该打一个标记使其隐藏而不是真正的删除(逻辑删除) ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230706173428826-1687100817.png) 阅读全文
posted @ 2023-07-06 17:56 丹狼键仙 阅读(65) 评论(0) 推荐(0) 编辑