diff --git "a/Spring-Boot/version/documents/1.4.7/\345\217\202\350\200\203\346\211\213\345\206\214.md" "b/Spring-Boot/version/documents/1.4.7/\345\217\202\350\200\203\346\211\213\345\206\214.md" index 7fefa6b4241d3f02be3652001d1512d3bae19196..fb177ed480add9fc24e85cb666b4419dc2e7be15 100644 --- "a/Spring-Boot/version/documents/1.4.7/\345\217\202\350\200\203\346\211\213\345\206\214.md" +++ "b/Spring-Boot/version/documents/1.4.7/\345\217\202\350\200\203\346\211\213\345\206\214.md" @@ -272,54 +272,54 @@ Phillip Webb, Dave Syer, Josh Long, Stéphane Nicoll, Rob Winch, Andy Wilkinson, - [40.1. 测试范围依赖性](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-test-scope-dependencies) - [40.2. 测试 Spring 应用程序](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-applications) - [40.3. 测试 Spring Boot 应用程序](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications) - - [40.3.1. Detecting test configuration](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-detecting-config) - - [40.3.2. Excluding test configuration](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-excluding-config) - - [40.3.3. Working with random ports](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-working-with-random-ports) + - [40.3.1. 检测测试配置](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-detecting-config) + - [40.3.2. 排除测试配置](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-excluding-config) + - [40.3.3. 使用随机端口](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-working-with-random-ports) - [40.3.4. Mocking and spying beans](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-mocking-beans) - - [40.3.5. Auto-configured tests](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-tests) - - [40.3.6. Auto-configured JSON tests](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-json-tests) - - [40.3.7. Auto-configured Spring MVC tests](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-mvc-tests) - - [40.3.8. Auto-configured Data JPA tests](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-jpa-test) - - [40.3.9. Auto-configured REST clients](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-rest-client) - - [40.3.10. Auto-configured Spring REST Docs tests](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-rest-docs) - - [40.3.11. Using Spock to test Spring Boot applications](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-with-spock) - - [40.4. Test utilities](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-test-utilities) + - [40.3.5. 自动配置的测试](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-tests) + - [40.3.6. 自动配置的 JSON 测试](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-json-tests) + - [40.3.7. 自动配置的 Spring MVC 测试](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-mvc-tests) + - [40.3.8. 自动配置数据 JPA 测试](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-jpa-test) + - [40.3.9. 自动配置的 REST 客户端](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-rest-client) + - [40.3.10. 自动配置的 Spring REST Docs 测试](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-rest-docs) + - [40.3.11. 使用 Spock 测试 Spring Boot 应用程序](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-with-spock) + - [40.4. 测试实用程序](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-test-utilities) - [40.4.1. ConfigFileApplicationContextInitializer](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-configfileapplicationcontextinitializer-test-utility) - [40.4.2. EnvironmentTestUtils](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-environment-test-utilities) - [40.4.3. OutputCapture](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-output-capture-test-utility) - [40.4.4. TestRestTemplate](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-rest-templates-test-utility) - [41. WebSockets](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-websockets) - - [42. Web Services](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-webservices) - - [43. Creating your own auto-configuration](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-developing-auto-configuration) - - [43.1. Understanding auto-configured beans](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-understanding-auto-configured-beans) - - [43.2. Locating auto-configuration candidates](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-locating-auto-configuration-candidates) - - [43.3. Condition annotations](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-condition-annotations) + - [42. 网络服务](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-webservices) + - [43. 创建你自己的自动配置](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-developing-auto-configuration) + - [43.1. 了解自动配置的 bean ](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-understanding-auto-configured-beans) + - [43.2. 找到自动配置备份](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-locating-auto-configuration-candidates) + - [43.3. 条件注释](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-condition-annotations) - [43.3.1. Class conditions](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-class-conditions)] - [43.3.2. Bean conditions](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-bean-conditions) - [43.3.3. Property conditions](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-property-conditions) - [43.3.4. Resource conditions](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-resource-conditions) - [43.3.5. Web application conditions](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-web-application-conditions) - - [43.3.6. SpEL expression conditions](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-spel-conditions) - - [43.4. Creating your own starter](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-custom-starter) - - [43.4.1. Naming](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-custom-starter-naming) - - [43.4.2. Autoconfigure module](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-custom-starter-module-autoconfigure) - - [43.4.3. Starter module](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-custom-starter-module-starter) - - [44. What to read next](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-whats-next) - -- [V. Spring Boot Actuator: Production-ready features](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready) - - - [45. Enabling production-ready features](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-enabling) - - [46. Endpoints](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-endpoints) - - [46.1. Customizing endpoints](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-customizing-endpoints) + - [43.3.6. SpEL 表达条件](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-spel-conditions) + - [43.4. 创建你自己的starter](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-custom-starter) + - [43.4.1. 命名](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-custom-starter-naming) + - [43.4.2. 自动配置模块](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-custom-starter-module-autoconfigure) + - [43.4.3. Starter 模块](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-custom-starter-module-starter) + - [44. 接下来是什么](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#boot-features-whats-next) + +- [V. Spring Boot Actuator: 生产就绪功能](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready) + + - [45. 启用生产就绪功能](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-enabling) + - [46. 节点](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-endpoints) + - [46.1. 自定义节点](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-customizing-endpoints) - [46.2. Hypermedia for actuator MVC endpoints](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-endpoint-hypermedia) - - [46.3. CORS support](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-endpoint-cors) - - [46.4. Adding custom endpoints](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-customizing-endpoints-programmatically) - - [46.5. Health information](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-health) - - [46.6. Security with HealthIndicators](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#_security_with_healthindicators) - - [46.6.1. Auto-configured HealthIndicators](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#_auto_configured_healthindicators) - - [46.6.2. Writing custom HealthIndicators](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#_writing_custom_healthindicators) - - [46.7. Application information](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-application-info) - - [46.7.1. Auto-configured InfoContributors](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-application-info-autoconfigure) + - [46.3. CORS 支持](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-endpoint-cors) + - [46.4. 添加自定义节点](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-customizing-endpoints-programmatically) + - [46.5. 健康信息](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-health) + - [46.6. HealthIndicators 安全性](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#_security_with_healthindicators) + - [46.6.1. 自动配置 HealthIndicators](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#_auto_configured_healthindicators) + - [46.6.2. 编写自定义 HealthIndicators](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#_writing_custom_healthindicators) + - [46.7. 申请信息](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-application-info) + - [46.7.1. 自动配置 InfoContributors](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-application-info-autoconfigure) - [46.7.2. Custom application info information](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-application-info-env) - [46.7.3. Git commit information](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-application-info-git) - [46.7.4. Build information](https://docs.spring.io/spring-boot/docs/1.4.7.RELEASE/reference/htmlsingle/#production-ready-application-info-build)