文件名称:java7源码翻译-SpringDocumentTranslate:对spring官方文档的解读和翻译
文件大小:231KB
文件格式:ZIP
更新时间:2024-06-24 10:22:03
系统开源
java7 源码翻译 ,本人只是翻译和整理,由于水平有限,部分解读可能不正确,欢迎提出更好的意见和建议!网页版移步 1 Spring综述 1.1 jdk环境依赖 从Spring Framework 5.1开始,Spring需要JDK 8+ (Java SE 8+),并提供对JDK 11 LTS的开箱即用支持。建议将Java SE 8 update 60作为Java 8的最低补丁版本,但通常建议使用最新的补丁版本。 1.2 spring介绍 The Spring Framework is divided into modules. Applications can choose which modules they need. At the heart are the modules of the core container, including a configuration model and a dependency injection mechanism. Beyond that, the Spring Framework provides foundational suppo
【文件预览】:
SpringDocumentTranslate-master
----README.md(237KB)
----1.4 Dependencies.md(81KB)
----1.9 Annotaion-based.md(64KB)
----1.10 Classpath Scanning and Managed.md(42KB)
----1.2Container OverView.md(8KB)
----1.6 Customizing the Nature of a Bean.md(39KB)
----1.7 Bean Definition Inheritance.md(8KB)
----1.8 Container Extension Points.md(36KB)
----6.md(14KB)
----1.5 Bean Scopes.md(42KB)
----1.1Introduction to the Spring IoC Container and Beans.md(3KB)
----1.3 Bean Overview.md(17KB)
----2.9+.md(106KB)