1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update basis-of-authority-certification.md

[修改]: 修复 认证授权基础 超链接访问不了的问题
This commit is contained in:
WT-AHA 2022-04-22 15:00:24 +08:00 committed by GitHub
parent 62bc919316
commit 47a9709504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ public String readAllCookies(HttpServletRequest request) {
}
```
更多关于如何在 Spring Boot 中使用 `Cookie` 的内容可以查看这篇文章:[How to use cookies in Spring Boot](https://attacomsian.com/blog/cookies-spring-boot) 。
更多关于如何在 Spring Boot 中使用 `Cookie` 的内容可以查看这篇文章:[How to use cookies in Spring Boot](https://attacomsian.com/blog/cookies-spring-boot) 。
## Cookie 和 Session 有什么区别?