mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-12-21 19:09:45 +08:00
更新demo-ssm里面的注解@SaCheckHttpBasic
This commit is contained in:
@@ -65,7 +65,7 @@ public class AtController {
|
||||
}
|
||||
|
||||
// 通过Basic认证后才可以进入 ---- http://localhost:8080/sa_token_demo_ssm_war/at/checkBasic
|
||||
@SaCheckBasic(account = "sa:123456")
|
||||
@SaCheckHttpBasic(account = "sa:123456")
|
||||
@RequestMapping("checkBasic")
|
||||
public SaResult checkBasic() {
|
||||
return SaResult.ok();
|
||||
|
||||
Reference in New Issue
Block a user