Skip to content

Commit 2c5befc

Browse files
Fixed symlink
1 parent e1a3161 commit 2c5befc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/main/asciidoc/_configprops.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
|===
22
|Name | Default | Description
33

4-
|spring.cloud.compatibility-verifier.compatible-boot-versions | | Default accepted versions for the Spring Boot dependency. You can set {@code x} for the patch version if you don't want to specify a concrete value. Example: {@code 3.4.x}
4+
|spring.cloud.compatibility-verifier.compatible-boot-versions | `2.6.x` | Default accepted versions for the Spring Boot dependency. You can set {@code x} for the patch version if you don't want to specify a concrete value. Example: {@code 3.4.x}
55
|spring.cloud.compatibility-verifier.enabled | `false` | Enables creation of Spring Cloud compatibility verification.
66
|spring.cloud.config.allow-override | `true` | Flag to indicate that {@link #isOverrideSystemProperties() systemPropertiesOverride} can be used. Set to false to prevent users from changing the default accidentally. Default true.
77
|spring.cloud.config.override-none | `false` | Flag to indicate that when {@link #setAllowOverride(boolean) allowOverride} is true, external properties should take lowest priority and should not override any existing property sources (including local config files). Default false.

docs/src/main/asciidoc/index.adoc

-1
This file was deleted.

docs/src/main/asciidoc/index.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include::spring-cloud-commons.adoc[]

0 commit comments

Comments
 (0)