更新 Spring 框架使用的依赖注入相关文章
This commit is contained in:
parent
9d12712b5e
commit
98dd14d5e5
|
@ -1,3 +1,5 @@
|
||||||
# Spring 框架
|
# Spring 框架
|
||||||
|
|
||||||
[](spring-boot-testing.md ':include')
|
[](spring-boot-testing.md ':include')
|
||||||
|
|
||||||
|
[](spring-di.md ':include')
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
## Spring 依赖注入(Dependency Injection)
|
||||||
|
|
||||||
|
本模块中包含了有关如何在 Spring 的依赖注入(Dependency Injection)的相关问题进行讨论。
|
||||||
|
|
||||||
|
- [The Spring @Qualifier Annotation](https://www.baeldung.com/spring-qualifier-annotation)
|
||||||
|
- [Spring Autowiring of Generic Types](https://www.baeldung.com/spring-autowire-generics)
|
||||||
|
- [Guice vs Spring – Dependency Injection](https://www.baeldung.com/guice-spring-dependency-injection)
|
||||||
|
- [Injecting Prototype Beans into a Singleton Instance in Spring](https://www.baeldung.com/spring-inject-prototype-bean-into-singleton)
|
||||||
|
- [Controlling Bean Creation Order with @DependsOn Annotation](https://www.baeldung.com/spring-depends-on)
|
||||||
|
- [Unsatisfied Dependency in Spring](https://www.baeldung.com/spring-unsatisfied-dependency)
|
||||||
|
- [XML-Based Injection in Spring](https://www.baeldung.com/spring-xml-injection)
|
||||||
|
- More articles: [[next -->]](../spring-di-2)
|
|
@ -1,12 +1,12 @@
|
||||||
|
|
||||||
有关本文档的快速链接,请参考页面提示:
|
有关本文档的快速链接,请参考页面提示:
|
||||||
|
|
||||||
| 链接名称 | URL | 内容说明 |
|
| 链接名称 | URL | 内容说明 |
|
||||||
|---|---|---|
|
|----------------|-------------------------------------------------------------------------|------------------------------------|
|
||||||
| GitHub MD 源代文件 | https://github.com/cwiki-us-docs/cwikius-docs/blob/master/jwt/README.md | 将本页面中的内容转换为 MD 文件的手册,并存于 Github 上面|
|
| GitHub MD 源代文件 | https://github.com/cwiki-us-docs/cwikius-docs/blob/master/jwt/README.md | 将本页面中的内容转换为 MD 文件的手册,并存于 Github 上面 |
|
||||||
| Docsify 转换后的手册 | https://cwiki-us-docs.github.io/cwikius-docs/#/jwt/README | 将 MD 文件使用 Docsify 转换后的手册链接地址 |
|
| Docsify 转换后的手册 | https://cwiki-us-docs.github.io/cwikius-docs/#/jwt/README | 将 MD 文件使用 Docsify 转换后的手册链接地址 |
|
||||||
| 问题讨论和社区 | https://www.ossez.com/tag/jwt | 请访问使用 JWT 标签 |
|
| 问题讨论和社区 | https://www.ossez.com/tag/jwt | 请访问使用 JWT 标签 |
|
||||||
| CWIKI.US 页面链接 | https://www.cwiki.us/display/CWIKIUSDOCS/JWT+-+JSON+Web+Token| Confluence 平台的原始翻译文件更新地址 |
|
| CWIKI.US 页面链接 | https://www.cwiki.us/display/CWIKIUSDOCS/JWT+-+JSON+Web+Token | Confluence 平台的原始翻译文件更新地址 |
|
||||||
|
|
||||||
**NEW:** 获得 [免费的 JWT 手册(JWT Handbook)](https://auth0.com/resources/ebooks/jwt-handbook) 同时学习更多有关 JWT 的内容!
|
**NEW:** 获得 [免费的 JWT 手册(JWT Handbook)](https://auth0.com/resources/ebooks/jwt-handbook) 同时学习更多有关 JWT 的内容!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue