@@ -1472,7 +1472,7 @@ features that are supported by `@ConfigurationProperties` and `@Value`:
1472
1472
| Yes
1473
1473
| No
1474
1474
1475
- | <<appendix-configuration-metadata .adoc#configuration-metadata,Meta-data support>>
1475
+ | <<appendix.adoc#configuration-metadata,Meta-data support>>
1476
1476
| Yes
1477
1477
| No
1478
1478
@@ -6941,7 +6941,7 @@ mapper, which can be one of the following libraries:
6941
6941
* `Jsonb`
6942
6942
6943
6943
TIP: A list of the auto-configurations that are enabled by `@JsonTest` can be
6944
- <<appendix-test-auto-configuration #test-auto-configuration,found in the appendix>>.
6944
+ <<appendix.adoc #test-auto-configuration,found in the appendix>>.
6945
6945
6946
6946
If you need to configure elements of the auto-configuration, you can use the
6947
6947
`@AutoConfigureJsonTesters` annotation.
@@ -7008,7 +7008,7 @@ scanned beans to `@Controller`, `@ControllerAdvice`, `@JsonComponent`, `Converte
7008
7008
Regular `@Component` beans are not scanned when using this annotation.
7009
7009
7010
7010
TIP: A list of the auto-configuration settings that are enabled by `@WebMvcTest` can be
7011
- <<appendix-test-auto-configuration #test-auto-configuration,found in the appendix>>.
7011
+ <<appendix.adoc #test-auto-configuration,found in the appendix>>.
7012
7012
7013
7013
TIP: If you need to register extra components, such as the Jackson `Module`, you can
7014
7014
import additional configuration classes by using `@Import` on your test.
@@ -7128,7 +7128,7 @@ auto-configures the Spring WebFlux infrastructure and limits scanned beans to
7128
7128
annotation is used.
7129
7129
7130
7130
TIP: A list of the auto-configurations that are enabled by `@WebFluxTest` can be
7131
- <<appendix-test-auto-configuration #test-auto-configuration,found in the appendix>>.
7131
+ <<appendix.adoc #test-auto-configuration,found in the appendix>>.
7132
7132
7133
7133
TIP: If you need to register extra components, such as Jackson `Module`, you can import
7134
7134
additional configuration classes using `@Import` on your test.
@@ -7200,7 +7200,7 @@ Spring Data JPA repositories. Regular `@Component` beans are not loaded into the
7200
7200
`ApplicationContext`.
7201
7201
7202
7202
TIP: A list of the auto-configuration settings that are enabled by `@DataJpaTest` can be
7203
- <<appendix-test-auto-configuration #test-auto-configuration,found in the appendix>>.
7203
+ <<appendix.adoc #test-auto-configuration,found in the appendix>>.
7204
7204
7205
7205
By default, data JPA tests are transactional and roll back at the end of each test. See
7206
7206
the {spring-reference}testing.html#testcontext-tx-enabling-transactions[relevant section]
@@ -7289,7 +7289,7 @@ embedded database and a `JdbcTemplate`. Regular `@Component` beans are not loade
7289
7289
the `ApplicationContext`.
7290
7290
7291
7291
TIP: A list of the auto-configurations that are enabled by `@JdbcTest` can be
7292
- <<appendix-test-auto-configuration #test-auto-configuration,found in the appendix>>.
7292
+ <<appendix.adoc #test-auto-configuration,found in the appendix>>.
7293
7293
7294
7294
By default, JDBC tests are transactional and roll back at the end of each test. See the
7295
7295
{spring-reference}testing.html#testcontext-tx-enabling-transactions[relevant section] in
@@ -7328,7 +7328,7 @@ and Spring Data JDBC repositories. Regular `@Component` beans are not loaded int
7328
7328
the `ApplicationContext`.
7329
7329
7330
7330
TIP: A list of the auto-configurations that are enabled by `@DataJdbcTest` can be
7331
- <<appendix-test-auto-configuration #test-auto-configuration,found in the appendix>>.
7331
+ <<appendix.adoc #test-auto-configuration,found in the appendix>>.
7332
7332
7333
7333
By default, Data JDBC tests are transactional and roll back at the end of each test. See
7334
7334
the {spring-reference}testing.html#testcontext-tx-enabling-transactions[relevant section]
@@ -7353,7 +7353,7 @@ jOOQ with Spring Boot, see "<<boot-features-jooq>>", earlier in this chapter.) R
7353
7353
`@Component` beans are not loaded into the `ApplicationContext`.
7354
7354
7355
7355
TIP: A list of the auto-configurations that are enabled by `@JooqTest` can be
7356
- <<appendix-test-auto-configuration #test-auto-configuration,found in the appendix>>.
7356
+ <<appendix.adoc #test-auto-configuration,found in the appendix>>.
7357
7357
7358
7358
`@JooqTest` configures a `DSLContext`. Regular `@Component` beans are not loaded into the
7359
7359
`ApplicationContext`. The following example shows the `@JooqTest` annotation in use:
@@ -7393,7 +7393,7 @@ in-memory embedded MongoDB (if available), configures a `MongoTemplate`, scans f
7393
7393
MongoDB with Spring Boot, see "<<boot-features-mongodb>>", earlier in this chapter.)
7394
7394
7395
7395
TIP: A list of the auto-configuration settings that are enabled by `@DataMongoTest` can be
7396
- <<appendix-test-auto-configuration #test-auto-configuration,found in the appendix>>.
7396
+ <<appendix.adoc #test-auto-configuration,found in the appendix>>.
7397
7397
7398
7398
The following class shows the `@DataMongoTest` annotation in use:
7399
7399
@@ -7447,7 +7447,7 @@ the `ApplicationContext`. (For more about using Neo4J with Spring Boot, see
7447
7447
"<<boot-features-neo4j>>", earlier in this chapter.)
7448
7448
7449
7449
TIP: A list of the auto-configuration settings that are enabled by `@DataNeo4jTest` can be
7450
- <<appendix-test-auto-configuration #test-auto-configuration,found in the appendix>>.
7450
+ <<appendix.adoc #test-auto-configuration,found in the appendix>>.
7451
7451
7452
7452
The following example shows a typical setup for using Neo4J tests in Spring Boot:
7453
7453
@@ -7503,7 +7503,7 @@ beans are not loaded into the `ApplicationContext`. (For more about using Redis
7503
7503
Spring Boot, see "<<boot-features-redis>>", earlier in this chapter.)
7504
7504
7505
7505
TIP: A list of the auto-configuration settings that are enabled by `@DataRedisTest` can be
7506
- <<appendix-test-auto-configuration #test-auto-configuration,found in the appendix>>.
7506
+ <<appendix.adoc #test-auto-configuration,found in the appendix>>.
7507
7507
7508
7508
The following example shows the `@DataRedisTest` annotation in use:
7509
7509
@@ -7536,7 +7536,7 @@ loaded into the `ApplicationContext`. (For more about using LDAP with
7536
7536
Spring Boot, see "<<boot-features-ldap>>", earlier in this chapter.)
7537
7537
7538
7538
TIP: A list of the auto-configuration settings that are enabled by `@DataLdapTest` can be
7539
- <<appendix-test-auto-configuration #test-auto-configuration,found in the appendix>>.
7539
+ <<appendix.adoc #test-auto-configuration,found in the appendix>>.
7540
7540
7541
7541
The following example shows the `@DataLdapTest` annotation in use:
7542
7542
@@ -7588,7 +7588,7 @@ adds support for `MockRestServiceServer`. Regular `@Component` beans are not loa
7588
7588
the `ApplicationContext`.
7589
7589
7590
7590
TIP: A list of the auto-configuration settings that are enabled by `@RestClientTest` can
7591
- be <<appendix-test-auto-configuration #test-auto-configuration,found in the appendix>>.
7591
+ be <<appendix.adoc #test-auto-configuration,found in the appendix>>.
7592
7592
7593
7593
The specific beans that you want to test should be specified by using the `value` or
7594
7594
`components` attribute of `@RestClientTest`, as shown in the following example:
@@ -8357,7 +8357,7 @@ particular, do not include your keys in the namespaces that Spring Boot uses (su
8357
8357
these namespaces in the future in ways that break your modules.
8358
8358
8359
8359
Make sure to
8360
- <<appendix-configuration-metadata #configuration-metadata-annotation-processor,trigger
8360
+ <<appendix.adoc #configuration-metadata-annotation-processor,trigger
8361
8361
meta-data generation>> so that IDE assistance is available for your keys as well. You may
8362
8362
want to review the generated meta-data (`META-INF/spring-configuration-metadata.json`) to
8363
8363
make sure your keys are properly documented.
@@ -8605,7 +8605,7 @@ class KotlinExampleProperties {
8605
8605
----
8606
8606
8607
8607
TIP: To generate
8608
- <<appendix-configuration-metadata #configuration-metadata-annotation-processor,your own
8608
+ <<appendix.adoc #configuration-metadata-annotation-processor,your own
8609
8609
metadata>> using the annotation processor, {kotlin-documentation}kapt.html[`kapt` should
8610
8610
be configured] with the `spring-boot-configuration-processor` dependency.
8611
8611
0 commit comments