-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72b190c
commit 6ea17a6
Showing
20 changed files
with
113 additions
and
541 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,9 @@ release.properties | |
.vscode/ | ||
plugins/ | ||
|
||
|
||
node | ||
node_modules | ||
build | ||
package.json | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip | ||
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.0/apache-maven-3.9.0-bin.zip | ||
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
* xref:index.adoc[] | ||
* xref:intro.adoc[] | ||
* xref:_attributes.adoc[] | ||
* xref:index.adoc[Introduction] | ||
* xref:new-features.adoc[] | ||
* xref:quickstart.adoc[] | ||
* xref:config-data.adoc[] | ||
* xref:authentication.adoc[] | ||
* xref:secret-backends.adoc[] | ||
* xref:other-topics.adoc[] | ||
* xref:appendix.adoc[] | ||
* xref:_configprops.adoc[] | ||
* xref:README.adoc[] | ||
* xref:spring-cloud-vault.adoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
:numbered!: | ||
|
||
[appendix] | ||
[[common-application-properties]] | ||
= Common application properties | ||
:page-section-summary-toc: 1 | ||
|
||
include::_attributes.adoc[] | ||
|
||
Various properties can be specified inside your `application.properties` file, inside your `application.yml` file, or as command line switches. | ||
This appendix provides a list of common {project-full-name} properties and references to the underlying classes that consume them. | ||
|
||
NOTE: Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list. | ||
Also, you can define your own properties. | ||
|
||
include::partial$_configprops.adoc[] |
Oops, something went wrong.