Skip to content

Commit

Permalink
Fix structuring your code link in multi-page HTML documentation
Browse files Browse the repository at this point in the history
Closes gh-19953
  • Loading branch information
dreis2211 authored and wilkinsona committed Feb 12, 2020
1 parent 4eb71fc commit 92b4ba6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 92b4ba6

Please sign in to comment.