Escape characters in docs
This commit is contained in:
@@ -365,7 +365,7 @@ Spring Cloud Build brings along the `basepom:duplicate-finder-maven-plugin`, th
|
||||
[[duplicate-finder-configuration]]
|
||||
=== Duplicate Finder configuration
|
||||
|
||||
Duplicate finder is *enabled by default* and will run in the `verify` phase of your Maven build, but it will only take effect in your project if you add the `duplicate-finder-maven-plugin` to the `build` section of the projecst's `pom.xml`.
|
||||
Duplicate finder is *enabled by default* and will run in the `verify` phase of your Maven build, but it will only take effect in your project if you add the `duplicate-finder-maven-plugin` to the `build` section of the project's `pom.xml`.
|
||||
|
||||
.pom.xml
|
||||
[source,xml]
|
||||
|
||||
@@ -41,7 +41,7 @@ NOTE: When no profile is specified `default` will be used.
|
||||
[[directory-layout]]
|
||||
== Directory layout
|
||||
|
||||
Spring Cloud Config Server also supports per-app directory layout analogous to xref:./git-backend.adoc#placeholders-in-git-search-paths[`search-paths: '{application}'`] in Git backend.
|
||||
Spring Cloud Config Server also supports per-app directory layout analogous to xref:./git-backend.adoc#placeholders-in-git-search-paths[`search-paths: '\{application}'`] in Git backend.
|
||||
|
||||
In order to enable it set `useDirectoryLayout` property to `true` as shown in the following example:
|
||||
|
||||
@@ -57,7 +57,7 @@ spring:
|
||||
useDirectoryLayout: true
|
||||
----
|
||||
|
||||
The preceding listing matches objects stored in your bucket in `/{application}` directory like: `/{application}/application{-profile}.yml`. Then structure of the bucket should look like this:
|
||||
The preceding listing matches objects stored in your bucket in `/\{application}` directory like: `/\{application}/application\{-profile}.yml`. Then structure of the bucket should look like this:
|
||||
|
||||
```
|
||||
├── foo
|
||||
|
||||
Reference in New Issue
Block a user