Update SUMMARY.md

master
qibaoguang 2015-05-13 00:10:53 +08:00
parent c3aa7e6711
commit 401cc21e64
1 changed files with 14 additions and 0 deletions

View File

@ -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 Boots “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)