!121 update sa-token-doc/doc/use/at-check.md.

Merge pull request !121 from AppleOfGray/N/A
This commit is contained in:
省长 2022-03-31 07:31:12 +00:00 committed by Gitee
commit 5892a3907c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -34,7 +34,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
```
保证此类被`springboot`启动类扫描到即可
!> 注意:有同学亲测,在高版本 `SpringBoot (≥2.6.x)` 版本下,需要额外添加 `@EnableWebMvc` 注解才可以使注册拦截器生效
!> 注意:如果在高版本 `SpringBoot (≥2.6.x)` 下注册拦截器生效,则需要额外添加 `@EnableWebMvc` 注解才可以使用
### 2、使用注解鉴权