From 98dd14d5e59d48133417ba2aff995244db5ae2d0 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Mon, 3 Oct 2022 01:24:04 -0400 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Spring=20=E6=A1=86?= =?UTF-8?q?=E6=9E=B6=E4=BD=BF=E7=94=A8=E7=9A=84=E4=BE=9D=E8=B5=96=E6=B3=A8?= =?UTF-8?q?=E5=85=A5=E7=9B=B8=E5=85=B3=E6=96=87=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- framework/spring/_README.md | 4 +++- framework/spring/spring-di.md | 12 ++++++++++++ jwt/README.md | 12 ++++++------ 3 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 framework/spring/spring-di.md diff --git a/framework/spring/_README.md b/framework/spring/_README.md index bf34a59..0cf108e 100644 --- a/framework/spring/_README.md +++ b/framework/spring/_README.md @@ -1,3 +1,5 @@ # Spring 框架 -[](spring-boot-testing.md ':include') \ No newline at end of file +[](spring-boot-testing.md ':include') + +[](spring-di.md ':include') diff --git a/framework/spring/spring-di.md b/framework/spring/spring-di.md new file mode 100644 index 0000000..14a33ef --- /dev/null +++ b/framework/spring/spring-di.md @@ -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) \ No newline at end of file diff --git a/jwt/README.md b/jwt/README.md index efef776..a0ab951 100644 --- a/jwt/README.md +++ b/jwt/README.md @@ -1,12 +1,12 @@ 有关本文档的快速链接,请参考页面提示: -| 链接名称 | URL | 内容说明 | -|---|---|---| -| 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 转换后的手册链接地址 | -| 问题讨论和社区 | https://www.ossez.com/tag/jwt | 请访问使用 JWT 标签 | -| CWIKI.US 页面链接 | https://www.cwiki.us/display/CWIKIUSDOCS/JWT+-+JSON+Web+Token| Confluence 平台的原始翻译文件更新地址 | +| 链接名称 | URL | 内容说明 | +|----------------|-------------------------------------------------------------------------|------------------------------------| +| 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 转换后的手册链接地址 | +| 问题讨论和社区 | https://www.ossez.com/tag/jwt | 请访问使用 JWT 标签 | +| 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 的内容!