fix: 修改错别字

This commit is contained in:
小民同学 2022-08-03 20:04:34 +08:00 committed by GitHub
parent 0f530b73c2
commit d3af3332a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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