mall-tiny icon indicating copy to clipboard operation
mall-tiny copied to clipboard

mall-tiny是一款基于SpringBoot+MyBatis-Plus的快速开发脚手架,拥有完整的权限管理功能,可对接Vue前端,开箱即用。

Results 21 mall-tiny issues
Sort by recently updated
recently updated
newest added

能否支持权限细化到按钮级别呢

Do not use node-sass anymore. Remove 'node-sass' in package.json. pls use 'dart-sass'. https://www.npmjs.com/package/dart-sass (dart-sass is default now)

`2022-06-27 23:53:21.072 ERROR 79371 --- [nio-8080-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.data.redis.serializer.SerializationException: Could not read JSON:...

比如 A B C 三个用户,A可以看A B C三个商家的订单 B可以看B C商家的订单 C只能看自己的商家订单。

![image](https://user-images.githubusercontent.com/42261110/172985709-63de68d5-3f21-4f75-80ff-1355ed9189bc.png)

假设我有一个前台用户表、商家用户表,那么该怎么优雅去实现?

实现loadUserByUsername应该就够了,一个请求过滤链走完就销毁上下文了。只要在JwtAuthenticationTokenFilter里setAuthentication就够了吧