Skip to content

Commit

Permalink
Update spring-boot-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
oopsguy committed Dec 23, 2018
1 parent 10ef4fc commit dad1e65
Show file tree
Hide file tree
Showing 2 changed files with 455 additions and 2 deletions.
12 changes: 12 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,18 @@
- [23.9、应用程序退出](pages/spring-boot-features.md#boot-features-application-exit)
- [23.10、管理功能](pages/spring-boot-features.md#boot-features-application-admin)
- [24、外部化配置](pages/spring-boot-features.md#boot-features-external-config)
- [24.1、配置随机值](pages/spring-boot-features.md#boot-features-external-config-random-values)
- [24.2、访问命令行属性](pages/spring-boot-features.md#boot-features-external-config-command-line-args)
- [24.3、应用程序属性文件](pages/spring-boot-features.md#boot-features-external-config-application-property-files)
- [24.4、特定 profile 的属性文件](pages/spring-boot-features.md#boot-features-external-config-profile-specific-properties)
- [24.5、属性中的占位符](pages/spring-boot-features.md#boot-features-external-config-placeholders-in-properties)
- [24.6、加密属性](pages/spring-boot-features.md#boot-features-encrypting-properties)
- [24.7、使用 YAML 代替属性文件](pages/spring-boot-features.md#boot-features-external-config-yaml)
- [24.7.1、加载 YAML](pages/spring-boot-features.md#boot-features-external-config-loading-yaml)
- [24.7.2、在 Spring Environment 中将 YAML 暴露为属性](pages/spring-boot-features.md#boot-features-external-config-exposing-yaml-to-spring)
- [24.7.3、多 profile YAML 文档](pages/spring-boot-features.md#boot-features-external-config-multi-profile-yaml)
- [24.7.4、YAML 的缺点](pages/spring-boot-features.md#boot-features-external-config-yaml-shortcomings)
- [24.8、类型安全的配置属性](pages/spring-boot-features.md#boot-features-external-config-typesafe-configuration-properties)
- [28、开发 Web 应用程序](pages/spring-boot-features.md#boot-features-developing-web-applications)
- [28.1、Spring Web MVC 框架](pages/spring-boot-features.md#boot-features-spring-mvc)
- [28.1.1、Spring MVC 自动配置](pages/spring-boot-features.md#boot-features-spring-mvc-auto-configuration)
Expand Down
Loading

0 comments on commit dad1e65

Please sign in to comment.