Browse Source

Fixed symlink

pull/1097/head
Marcin Grzejszczak 3 years ago
parent
commit
2c5befcb53
  1. 2
      docs/src/main/asciidoc/_configprops.adoc
  2. 1
      docs/src/main/asciidoc/index.adoc
  3. 1
      docs/src/main/asciidoc/index.adoc

2
docs/src/main/asciidoc/_configprops.adoc

@ -1,7 +1,7 @@
|=== |===
|Name | Default | Description |Name | Default | Description
|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} |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}
|spring.cloud.compatibility-verifier.enabled | `false` | Enables creation of Spring Cloud compatibility verification. |spring.cloud.compatibility-verifier.enabled | `false` | Enables creation of Spring Cloud compatibility verification.
|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. |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.
|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. |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.

1
docs/src/main/asciidoc/index.adoc

@ -1 +0,0 @@
spring-cloud-commons.adoc

1
docs/src/main/asciidoc/index.adoc

@ -0,0 +1 @@
include::spring-cloud-commons.adoc[]
Loading…
Cancel
Save