We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b9948 commit 08b820eCopy full SHA for 08b820e
docs/system-design/framework/spring/SpringInterviewQuestions.md
@@ -351,6 +351,8 @@ String transient4; // not persistent because of @Transient
351
352
一般使用后面两种方式比较多,我个人使用注解的方式比较多。
353
354
+# 认证 (authentication) 和授权 (authorization)
355
+
356
## 参考
357
358
- 《Spring 技术内幕》
@@ -371,4 +373,3 @@ String transient4; // not persistent because of @Transient
371
373
**Java工程师必备学习资源:** 一些Java工程师常用学习资源公众号后台回复关键字 **“1”** 即可免费无套路获取。
372
374
375

-
0 commit comments