Polish "Introduce appendix section with version properties"
See gh-19898
This commit is contained in:
@@ -13,10 +13,10 @@ When you declare a dependency on one of these artifacts without declaring a vers
|
||||
|
||||
include::dependency-versions.adoc[]
|
||||
|
||||
[[version-properties]]
|
||||
[[dependency-versions-properties]]
|
||||
== Version Properties
|
||||
|
||||
The following table provides all version properties that can be used to override the versions managed by Spring-Boot.
|
||||
The following table provides all properties that can be used to override the versions managed by Spring Boot.
|
||||
Browse the {spring-boot-code}/spring-boot-project/spring-boot-dependencies/build.gradle[`spring-boot-dependencies` build.gradle] for a complete list of dependencies.
|
||||
|
||||
include::version-properties.adoc[]
|
||||
|
||||
@@ -2421,7 +2421,7 @@ Using this format lets the time be parsed into a `Date` and its format, when ser
|
||||
[[howto-customize-dependency-versions]]
|
||||
=== Customize Dependency Versions
|
||||
If you use a Maven build that inherits directly or indirectly from `spring-boot-dependencies` (for instance, `spring-boot-starter-parent`) but you want to override a specific third-party dependency, you can add appropriate `<properties>` elements.
|
||||
Browse the <<appendix-dependency-versions.adoc#version-properties, `Version properties`>> for a complete list of version properties.
|
||||
Browse the <<appendix-dependency-versions.adoc#dependency-versions-properties, `Version properties`>> for a complete list of version properties.
|
||||
For example, to pick a different `slf4j` version, you would add the following property:
|
||||
|
||||
[source,xml,indent=0,subs="verbatim,quotes,attributes"]
|
||||
|
||||
Reference in New Issue
Block a user