Fix link text from "null" to "Component Classes" in Testing chapter
Closes gh-30714
This commit is contained in:
parent
40e378a5a6
commit
9b5cbc1334
|
|
@ -10,7 +10,7 @@ Resource locations are typically XML configuration files or Groovy scripts locat
|
||||||
classpath, while component classes are typically `@Configuration` classes. However,
|
classpath, while component classes are typically `@Configuration` classes. However,
|
||||||
resource locations can also refer to files and scripts in the file system, and component
|
resource locations can also refer to files and scripts in the file system, and component
|
||||||
classes can be `@Component` classes, `@Service` classes, and so on. See
|
classes can be `@Component` classes, `@Service` classes, and so on. See
|
||||||
xref:testing/testcontext-framework/ctx-management/javaconfig.adoc#testcontext-ctx-management-javaconfig-component-classes[null] for further details.
|
xref:testing/testcontext-framework/ctx-management/javaconfig.adoc#testcontext-ctx-management-javaconfig-component-classes[Component Classes] for further details.
|
||||||
|
|
||||||
The following example shows a `@ContextConfiguration` annotation that refers to an XML
|
The following example shows a `@ContextConfiguration` annotation that refers to an XML
|
||||||
file:
|
file:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue