mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 03:43:54 +01:00
52d9ba58d8
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
15 lines
279 B
Plaintext
15 lines
279 B
Plaintext
[appendix]
|
|
[[appendix.dependency-versions]]
|
|
= Dependency Versions
|
|
include::attributes.adoc[]
|
|
|
|
|
|
|
|
This appendix provides details of the dependencies that are managed by Spring Boot.
|
|
|
|
|
|
|
|
include::dependency-versions/coordinates.adoc[]
|
|
|
|
include::dependency-versions/properties.adoc[]
|