We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好! 首先感谢您的项目让很多开发者节省了时间,减少了重复代码量。但我看官网文档中建议使用者重写 FastDepShiroJwtAuthorization 类的示例代码是这样的:
@RestControllerAdvice @ConditionalOnMissingBean(FastDepShiroJwtAuthorization.class) public class FastDepShiroJwtAuthorization implements FastDepShiroJwtAuthorizationImp { //... ... }
而实际上因为 @ConditionalOnMissingBean(FastDepShiroJwtAuthorization.class) 的存在,如果有不太熟悉的开发者原样Copy这块示例代码,则会达不到预期的效果。个人建议这块代码可以稍作修改(或者加一个简要的说明),比如:
@RestControllerAdvice public class MyFastDepShiroJwtAuthorization extends FastDepShiroJwtAuthorization implements FastDepShiroJwtAuthorizationImp { //... ... }```
The text was updated successfully, but these errors were encountered:
@yindz 官网文档在哪儿呢,没找到
Sorry, something went wrong.
https://fastdep.louislivi.com/#/module/fastdep-shiro-jwt
@yindz 官网文档在哪儿呢,没找到 https://fastdep.louislivi.com/#/module/fastdep-shiro-jwt 好吧我是看集成多数据源的文档,官方只写了配置文件
https://fastdep.louislivi.com/#/module/fastdep-shiro-jwt 好吧我是看集成多数据源的文档,官方只写了配置文件
No branches or pull requests
您好!
首先感谢您的项目让很多开发者节省了时间,减少了重复代码量。但我看官网文档中建议使用者重写 FastDepShiroJwtAuthorization 类的示例代码是这样的:
而实际上因为 @ConditionalOnMissingBean(FastDepShiroJwtAuthorization.class) 的存在,如果有不太熟悉的开发者原样Copy这块示例代码,则会达不到预期的效果。个人建议这块代码可以稍作修改(或者加一个简要的说明),比如:
The text was updated successfully, but these errors were encountered: