|
80 | 80 | * [21. 打包用于生产的应用](III. Using Spring Boot/21. Packaging your application for production.md)
|
81 | 81 | * [22. 接下来阅读什么](III. Using Spring Boot/22. What to read next.md)
|
82 | 82 | * [IV. Spring Boot特性](IV. Spring Boot features/README.md)
|
83 |
| - * [22. SpringApplication](IV. Spring Boot features/22. SpringApplication.md) |
84 |
| - * [22.1. 自定义Banner](IV. Spring Boot features/22.1. Customizing the Banner.md) |
85 |
| - * [22.2. 自定义SpringApplication](IV. Spring Boot features/22.2. Customizing SpringApplication.md) |
86 |
| - * [22.3. 流畅的构建API](IV. Spring Boot features/22.3. Fluent builder API.md) |
87 |
| - * [22.4. Application事件和监听器](IV. Spring Boot features/22.4. Application events and listeners.md) |
88 |
| - * [22.5. Web环境](IV. Spring Boot features/22.5. Web environment.md) |
89 |
| - * [22.6. 命令行启动器](IV. Spring Boot features/22.6. Using the CommandLineRunner.md) |
90 |
| - * [22.7. Application退出](IV. Spring Boot features/22.7. Application exit.md) |
91 |
| - * [23.外化配置](IV. Spring Boot features/23. Externalized Configuration.md) |
92 |
| - * [23.1. 配置随机值](IV. Spring Boot features/23.1. Configuring random values.md) |
93 |
| - * [23.2. 访问命令行属性](IV. Spring Boot features/23.2. Accessing command line properties.md) |
94 |
| - * [23.3. Application属性文件](IV. Spring Boot features/23.3. Application property files.md) |
95 |
| - * [23.4. 特定的Profile属性](IV. Spring Boot features/23.4. Profile-specific properties.md) |
96 |
| - * [23.5. 属性占位符](IV. Spring Boot features/23.5. Placeholders in properties.md) |
97 |
| - * [23.6. 使用YAML代替Properties](IV. Spring Boot features/23.6. Using YAML instead of Properties.md) |
98 |
| - * [23.6.1. 加载YAML](IV. Spring Boot features/23.6.1. Loading YAML.md) |
99 |
| - * [23.6.2. 在Spring环境中使用YAML暴露属性](IV. Spring Boot features/23.6.2. Exposing YAML as properties in the Spring Environment.md) |
100 |
| - * [23.6.3. Multi-profile YAML文档](IV. Spring Boot features/23.6.3. Multi-profile YAML documents.md) |
101 |
| - * [23.6.4. YAML缺点](IV. Spring Boot features/23.6.4. YAML shortcomings.md) |
102 |
| - * [23.7. 类型安全的配置属性](IV. Spring Boot features/23.7. Typesafe Configuration Properties.md) |
103 |
| - * [23.7.1. 第三方配置](IV. Spring Boot features/23.7.1. Third-party configuration.md) |
104 |
| - * [23.7.2. 松散的绑定(Relaxed binding)](IV. Spring Boot features/23.7.2. Relaxed binding.md) |
105 |
| - * [23.7.3. @ConfigurationProperties校验](IV. Spring Boot features/23.7.3. @ConfigurationProperties Validation.md) |
106 |
| - * [24. Profiles](IV. Spring Boot features/24. Profiles.md) |
107 |
| - * [24.1. 添加激活的配置(profiles)](IV. Spring Boot features/24.1. Adding active profiles.md) |
108 |
| - * [24.2.以编程方式设置profiles](IV. Spring Boot features/24.2. Programmatically setting profiles.md) |
109 |
| - * [24.3. Profile特定配置文件](IV. Spring Boot features/24.3. Profile specific configuration files.md) |
110 |
| - * [25. 日志](IV. Spring Boot features/25. Logging.md) |
111 |
| - * [25.1. 日志格式](IV. Spring Boot features/25.1. Log format.md) |
112 |
| - * [25.2. 控制台输出](IV. Spring Boot features/25.2. Console output.md) |
113 |
| - * [25.3. 文件输出](IV. Spring Boot features/25.3. File output.md) |
114 |
| - * [25.4. 日志级别](IV. Spring Boot features/25.4. Log Levels.md) |
115 |
| - * [25.5. 自定义日志配置](IV. Spring Boot features/25.5. Custom log configuration.md) |
116 |
| - * [26. 开发Web应用](IV. Spring Boot features/26. Developing web applications.md) |
117 |
| - * [26.1. Spring Web MVC框架](IV. Spring Boot features/26.1. The ‘Spring Web MVC framework’.md) |
118 |
| - * [26.1.1. Spring MVC自动配置](IV. Spring Boot features/26.1.1. Spring MVC auto-configuration.md) |
119 |
| - * [26.1.2. HttpMessageConverters](IV. Spring Boot features/26.1.2. HttpMessageConverters.md) |
120 |
| - * [26.1.3. MessageCodesResolver](IV. Spring Boot features/26.1.3. MessageCodesResolver.md) |
121 |
| - * [26.1.4. 静态内容](IV. Spring Boot features/26.1.4. Static Content.md) |
122 |
| - * [26.1.5. 模板引擎](IV. Spring Boot features/26.1.5. Template engines.md) |
123 |
| - * [26.1.6. 错误处理](IV. Spring Boot features/26.1.6. Error Handling.md) |
124 |
| - * [26.1.7. Spring HATEOAS](IV. Spring Boot features/26.1.7. Spring HATEOAS.md) |
125 |
| - * [26.2. JAX-RS和Jersey](IV. Spring Boot features/26.2. JAX-RS and Jersey.md) |
| 83 | + * [23. SpringApplication](IV. Spring Boot features/23. SpringApplication.md) |
| 84 | + * [23.1 启动失败](IV. Spring Boot features/23.1 Startup failure.md) |
| 85 | + * [23.2. 自定义Banner](IV. Spring Boot features/23.2. Customizing the Banner.md) |
| 86 | + * [23.3. 自定义SpringApplication](IV. Spring Boot features/23.3. Customizing SpringApplication.md) |
| 87 | + * [23.4. 流式构建API](IV. Spring Boot features/23.4. Fluent builder API.md) |
| 88 | + * [23.5. Application事件和监听器](IV. Spring Boot features/23.5. Application events and listeners.md) |
| 89 | + * [23.6. Web环境](IV. Spring Boot features/23.6. Web environment.md) |
| 90 | + * [23.7 访问应用参数](IV. Spring Boot features/23.7 Accessing application arguments.md) |
| 91 | + * [23.8. 使用ApplicationRunner或CommandLineRunner](IV. Spring Boot features/23.8 Using the ApplicationRunner or CommandLineRunner.md) |
| 92 | + * [23.9 Application退出](IV. Spring Boot features/23.9 Application exit.md) |
| 93 | + * [24.外化配置](IV. Spring Boot features/24. Externalized Configuration.md) |
| 94 | + * [24.1. 配置随机值](IV. Spring Boot features/24.1. Configuring random values.md) |
| 95 | + * [24.2. 访问命令行属性](IV. Spring Boot features/24.2. Accessing command line properties.md) |
| 96 | + * [24.3. Application属性文件](IV. Spring Boot features/24.3. Application property files.md) |
| 97 | + * [24.4. Profile-specific属性](IV. Spring Boot features/24.4. Profile-specific properties.md) |
| 98 | + * [24.5. 属性占位符](IV. Spring Boot features/24.5. Placeholders in properties.md) |
| 99 | + * [24.6. 使用YAML代替Properties](IV. Spring Boot features/24.6. Using YAML instead of Properties.md) |
| 100 | + * [24.6.1. 加载YAML](IV. Spring Boot features/24.6.1. Loading YAML.md) |
| 101 | + * [24.6.2. 在Spring环境中使用YAML暴露属性](IV. Spring Boot features/24.6.2. Exposing YAML as properties in the Spring Environment.md) |
| 102 | + * [24.6.3. Multi-profile YAML文档](IV. Spring Boot features/24.6.3. Multi-profile YAML documents.md) |
| 103 | + * [24.6.4. YAML缺点](IV. Spring Boot features/24.6.4. YAML shortcomings.md) |
| 104 | + * [24.6.5 合并YAML列表](IV. Spring Boot features/24.6.5 Merging YAML lists.md) |
| 105 | + * [24.7. 类型安全的配置属性](IV. Spring Boot features/24.7. Typesafe Configuration Properties.md) |
| 106 | + * [24.7.1. 第三方配置](IV. Spring Boot features/24.7.1. Third-party configuration.md) |
| 107 | + * [24.7.2. Relaxed绑定](IV. Spring Boot features/24.7.2. Relaxed binding.md) |
| 108 | + * [24.7.3 属性转换](IV. Spring Boot features/24.7.3 Properties conversion.md) |
| 109 | + * [24.7.4. @ConfigurationProperties校验](IV. Spring Boot features/24.7.4. @ConfigurationProperties Validation.md) |
| 110 | + * [24.7.5 @ConfigurationProperties vs @Value](IV. Spring Boot features/24.7.5 @ConfigurationProperties vs. @Value.md) |
| 111 | + * [25. Profiles](IV. Spring Boot features/25. Profiles.md) |
| 112 | + * [25.1. 添加激活的profiles](IV. Spring Boot features/25.1. Adding active profiles.md) |
| 113 | + * [25.2.以编程方式设置profiles](IV. Spring Boot features/25.2. Programmatically setting profiles.md) |
| 114 | + * [25.3. Profile-specific配置文件](IV. Spring Boot features/25.3. Profile specific configuration files.md) |
| 115 | + * [26. 日志](IV. Spring Boot features/25. Logging.md) |
| 116 | + * [26.1. 日志格式](IV. Spring Boot features/26.1. Log format.md) |
| 117 | + * [26.2. 控制台输出](IV. Spring Boot features/26.2. Console output.md) |
| 118 | + * [26.2.1 Color-coded输出](IV. Spring Boot features/26.2.1 Color-coded output.md) |
| 119 | + * [26.3. 文件输出](IV. Spring Boot features/26.3. File output.md) |
| 120 | + * [26.4. 日志级别](IV. Spring Boot features/26.4. Log Levels.md) |
| 121 | + * [26.5. 自定义日志配置](IV. Spring Boot features/26.5. Custom log configuration.md) |
| 122 | + * [26.6 Logback扩展](IV. Spring Boot features/26.6 Logback extensions.md) |
| 123 | + * [26.6.1 Profile-specific配置](IV. Spring Boot features/26.6.1 Profile-specific configuration.md) |
| 124 | + * [26.6.2 Environment属性](IV. Spring Boot features/26.6.2 Environment properties.md) |
| 125 | + * [27. 开发Web应用](IV. Spring Boot features/27. Developing web applications.md) |
| 126 | + * [27.1. Spring Web MVC框架](IV. Spring Boot features/27.1. The ‘Spring Web MVC framework’.md) |
| 127 | + * [27.1.1. Spring MVC自动配置](IV. Spring Boot features/27.1.1. Spring MVC auto-configuration.md) |
| 128 | + * [27.1.2. HttpMessageConverters](IV. Spring Boot features/27.1.2. HttpMessageConverters.md) |
| 129 | + * [27.1.3 自定义JSON序列化器和反序列化器](IV. Spring Boot features/27.1.3 Custom JSON Serializers and Deserializers.md) |
| 130 | + * [27.1.4 MessageCodesResolver](IV. Spring Boot features/27.1.4 MessageCodesResolver.md) |
| 131 | + * [27.1.5 静态内容](IV. Spring Boot features/27.1.5 Static Content.md) |
| 132 | + * [27.1.6 ConfigurableWebBindingInitializer](IV. Spring Boot features/27.1.6 ConfigurableWebBindingInitializer.md) |
| 133 | + * [27.1.7 模板引擎](IV. Spring Boot features/27.1.7 Template engines.md) |
| 134 | + * [27.1.8 错误处理](IV. Spring Boot features/27.1.8 Error Handling.md) |
| 135 | + * [27.1.9 Spring HATEOAS](IV. Spring Boot features/27.1.9 Spring HATEOAS.md) |
| 136 | + * [27.1.10 CORS支持](IV. Spring Boot features/27.1.10 CORS support.md) |
| 137 | + * [27.2. JAX-RS和Jersey](IV. Spring Boot features/27.2. JAX-RS and Jersey.md) |
| 138 | + |
| 139 | + |
| 140 | + |
126 | 141 | * [26.3. 内嵌servlet容器支持](IV. Spring Boot features/26.3. Embedded servlet container support.md)
|
127 | 142 | * [26.3.1. Servlets和Filters](IV. Spring Boot features/26.3.1. Servlets and Filters.md)
|
128 | 143 | * [26.3.2. EmbeddedWebApplicationContext](IV. Spring Boot features/26.3.2. The EmbeddedWebApplicationContext.md)
|
|
0 commit comments