Skip to content

Commit 08b820e

Browse files
committed
Update SpringInterviewQuestions.md
1 parent 94b9948 commit 08b820e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/system-design/framework/spring/SpringInterviewQuestions.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ String transient4; // not persistent because of @Transient
351351

352352
一般使用后面两种方式比较多,我个人使用注解的方式比较多。
353353

354+
# 认证 (authentication) 和授权 (authorization)
355+
354356
## 参考
355357

356358
- 《Spring 技术内幕》
@@ -371,4 +373,3 @@ String transient4; // not persistent because of @Transient
371373
**Java工程师必备学习资源:** 一些Java工程师常用学习资源公众号后台回复关键字 **“1”** 即可免费无套路获取。
372374

373375
![公众号](https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-7/javaguide1.jpg)
374-

0 commit comments

Comments
 (0)