1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-25 02:27:10 +08:00

Update SpringInterviewQuestions.md

This commit is contained in:
Kou Shuang 2019-09-15 16:56:10 +08:00
parent 94b994860d
commit 08b820ede5

View File

@ -351,6 +351,8 @@ String transient4; // not persistent because of @Transient
一般使用后面两种方式比较多,我个人使用注解的方式比较多。
# 认证 (authentication) 和授权 (authorization)
## 参考
- 《Spring 技术内幕》
@ -371,4 +373,3 @@ String transient4; // not persistent because of @Transient
**Java工程师必备学习资源:** 一些Java工程师常用学习资源公众号后台回复关键字 **“1”** 即可免费无套路获取。
![公众号](https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-7/javaguide1.jpg)