From 401cc21e647a0cfafcb30d844641aa0e306a9858 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Wed, 13 May 2015 00:10:53 +0800 Subject: [PATCH] Update SUMMARY.md --- SUMMARY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/SUMMARY.md b/SUMMARY.md index 278a7e0..9e2774f 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -387,3 +387,17 @@ * [附录 C.1. 来自spring-boot-autoconfigure模块](X. Appendices/C.1. From the “spring-boot-autoconfigure” module.md) * [附录C.2. 来自spring-boot-actuator模块](X. Appendices/C.2. From the “spring-boot-actuator” module.md) * [附录D. 可执行jar格式](X. Appendices/D. The executable jar format.md) + * [附录D.1. 内嵌JARs](X. Appendices/D.1. Nested JARs.md) + * [附录D.1.1. 可执行jar文件结构](X. Appendices/D.1.1. The executable jar file structure.md) + * [附录D.1.2. 可执行war文件结构](X. Appendices/D.1.2. The executable war file structure.md) + * [附录D.2. Spring Boot的"JarFile"类](X. Appendices/D.2. Spring Boot’s “JarFile” class.md) + * [附录D.2.1. 对标准Java "JarFile"的兼容性](X. Appendices/D.2.1. Compatibility with the standard Java “JarFile”.md) + * [附录D.3. 启动可执行jars](X. Appendices/D.3. Launching executable jars.md) + * [附录D.3.1 Launcher manifest](X. Appendices/D.3.1. Launcher manifest.md) + * [附录D.3.2. 暴露的存档](X. Appendices/D.3.2. Exploded archives.md) + * [附录D.4. PropertiesLauncher特性](X. Appendices/D.4. PropertiesLauncher Features.md) + * [附录D.5. 可执行jar的限制](X. Appendices/D.5. Executable jar restrictions.md) + * [附录D.5.1. Zip实体压缩](X. Appendices/D.5.1. Zip entry compression.md) + * [附录D.5.2. 系统ClassLoader](X. Appendices/D.5.2. System ClassLoader.md) + * [附录D.6. 可替代的单一jar解决方案](X. Appendices/D.6. Alternative single jar solutions.md) + * [附录E. 依赖版本](X. Appendices/E. Dependency versions.md)