add support for gitbook

master
qibaoguang 2015-04-23 22:45:19 +08:00
commit a1222e3f2e
4 changed files with 42 additions and 4 deletions

View File

@ -1 +1 @@
### 属性&配置
### 63. 属性&配置

View File

@ -1 +1 @@
### 内嵌的servlet容器
### 64. 内嵌的servlet容器

View File

@ -1,5 +1,3 @@
# Summary
* I. Spring Boot文档
* [1. 关于本文档](I. Spring Boot Documentation/1. About the documentation.md)
* [2. 获取帮助](I. Spring Boot Documentation/2. Getting help.md)
@ -250,3 +248,42 @@
* [59.2. 声明不带版本的依赖](VIII. Build tool plugins/59.2. Declaring dependencies without versions.md)
* [59.2.1. 自定义版本管理](VIII. Build tool plugins/59.2.1. Custom version management.md)
* [59.3. 默认排除规则](VIII. Build tool plugins/59.3. Default exclude rules.md)
* [59.4. 打包可执行jar和war文件](VIII. Build tool plugins/59.4. Packaging executable jar and war files.md)
* [59.5. 就地in-place运行项目](VIII. Build tool plugins/59.5. Running a project in-place.md)
* [59.6. Spring Boot插件配置](VIII. Build tool plugins/59.6. Spring Boot plugin configuration.md)
* [59.7. Repackage配置](VIII. Build tool plugins/59.7. Repackage configuration.md)
* [59.8. 使用Gradle自定义配置进行Repackage](VIII. Build tool plugins/59.8. Repackage with custom Gradle configuration.md)
* [59.8.1. 配置选项](VIII. Build tool plugins/59.8.1. Configuration options.md)
* [59.9. 理解Gradle插件是如何工作的](VIII. Build tool plugins/59.9. Understanding how the Gradle plugin works.md)
* [60. 对其他构建系统的支持](VIII. Build tool plugins/60. Supporting other build systems.md)
* [60.1. 重新打包存档](VIII. Build tool plugins/60.1. Repackaging archives.md)
* [60.2. 内嵌的库](VIII. Build tool plugins/60.2. Nested libraries.md)
* [60.3. 查找main类](VIII. Build tool plugins/60.3. Finding a main class.md)
* [60.4. repackage实现示例](VIII. Build tool plugins/60.4. Example repackage implementation.md)
* [61. 接下来阅读什么](VIII. Build tool plugins/61. What to read next.md)
* IX. How-to指南
* [62. Spring Boot应用](IX. How-to guides/62. Spring Boot application.md)
* [62.1. 解决自动配置问题](IX. How-to guides/62.1. Troubleshoot auto-configuration.md)
* [62.2. 启动前自定义Environment或ApplicationContext](IX. How-to guides/62.2. Customize the Environment or ApplicationContext before it starts.md)
* [62.3. 构建ApplicationContext层次结构添加父或根上下文](IX. How-to guides/62.3. Build an ApplicationContext hierarchy (adding a parent or root context).md)
* [62.4. 创建一个非webnon-web应用](IX. How-to guides/62.4. Create a non-web application.md)
* [63. 属性&配置](IX. How-to guides/63. Properties & configuration.md)
* [63.1. 外部化SpringApplication配置](IX. How-to guides/63.1. Externalize the configuration of SpringApplication.md)
* [63.2. 改变应用程序外部配置文件的位置](IX. How-to guides/63.2. Change the location of external properties of an application.md)
* [63.3. 使用'short'命令行参数](IX. How-to guides/63.3. Use short command line arguments.md)
* [63.4. 使用YAML配置外部属性](IX. How-to guides/63.4. Use YAML for external properties.md)
* [63.5. 设置生效的Spring profiles](IX. How-to guides/63.5. Set the active Spring profiles.md)
* [63.6. 根据环境改变配置](IX. How-to guides/63.6. Change configuration depending on the environment.md)
* [63.7. 发现外部属性的内置选项](IX. How-to guides/63.7. Discover built-in options for external properties.md)
* [64. 内嵌的servlet容器](IX. How-to guides/64. Embedded servlet containers.md)
* [64.1. 为应用添加ServletFilter或ServletContextListener](IX. How-to guides/64.1. Add a Servlet, Filter or ServletContextListener to an application.md)
* [64.2. 改变HTTP端口](IX. How-to guides/64.2. Change the HTTP port.md)
* [64.3. 使用随机未分配的HTTP端口](IX. How-to guides/64.3. Use a random unassigned HTTP port.md)
* [64.4. 发现运行时的HTTP端口](IX. How-to guides/64.4. Discover the HTTP port at runtime.md)
* [64.5. 配置SSL](IX. How-to guides/64.5. Configure SSL.md)
* [64.6. 配置Tomcat](IX. How-to guides/64.6. Configure Tomcat.md)
* [64.7. 启用Tomcat的多连接器Multiple Connectors](IX. How-to guides/64.7. Enable Multiple Connectors with Tomcat.md)
* [64.8. 在前端代理服务器后使用Tomcat](IX. How-to guides/64.8. Use Tomcat behind a front-end proxy server.md)
* [64.9. 使用Jetty替代Tomcat](IX. How-to guides/64.9. Use Jetty instead of Tomcat.md)
* [64.10. 配置Jetty](IX. How-to guides/64.10. Configure Jetty.md)
* [64.11. 使用Undertow替代Tomcat](IX. How-to guides/64.11. Use Undertow instead of Tomcat.md)

View File

@ -0,0 +1 @@
### 61. 接下来阅读什么