
This involved a small code change to the generated configuration properties snippets. The section id has to start with 'appendix.', otherwise the section-id asciidoctor extension complains. To ensure that the anchors that are derived from the section IDs remain backwards compatible, the anchor-rewrite properties have been updated. See gh-29667
13 lines
298 B
Plaintext
13 lines
298 B
Plaintext
[appendix]
|
|
[[appendix.test-auto-configuration]]
|
|
= Test Auto-configuration Annotations
|
|
include::attributes.adoc[]
|
|
|
|
|
|
|
|
This appendix describes the `@...Test` auto-configuration annotations that Spring Boot provides to test slices of your application.
|
|
|
|
|
|
|
|
include::test-auto-configuration/slices.adoc[]
|