Skip to content

Commit 420af17

Browse files
committed
Merge branch '2.2.x'
Closes gh-20148
2 parents 2f16898 + 92b4ba6 commit 420af17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6928,7 +6928,7 @@ NOTE: Make sure to not use the regular `@Import` annotation to import auto-confi
69286928

69296929
[[boot-features-testing-spring-boot-applications-testing-user-configuration]]
69306930
==== User Configuration and Slicing
6931-
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.
6931+
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.
69326932

69336933
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.
69346934

0 commit comments

Comments
 (0)