Browse Source

Fix structuring your code link in multi-page HTML documentation

Closes gh-19953
pull/20222/head
dreis2211 6 years ago committed by Andy Wilkinson
parent
commit
92b4ba6367
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -6942,7 +6942,7 @@ NOTE: Make sure to not use the regular `@Import` annotation to import auto-confi @@ -6942,7 +6942,7 @@ NOTE: Make sure to not use the regular `@Import` annotation to import auto-confi
[[boot-features-testing-spring-boot-applications-testing-user-configuration]]
==== User Configuration and Slicing
If you <<using-boot-structuring-your-code, structure your code>> in a sensible way, your `@SpringBootApplication` class is <<boot-features-testing-spring-boot-applications-detecting-config, used by default>> as the configuration of your tests.
If you <<using-spring-boot.adoc#using-boot-structuring-your-code, structure your code>> in a sensible way, your `@SpringBootApplication` class is <<boot-features-testing-spring-boot-applications-detecting-config, used by default>> as the configuration of your tests.
It then becomes important not to litter the application's main class with configuration settings that are specific to a particular area of its functionality.

Loading…
Cancel
Save