Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2019-04-18 08:25:24 +00:00
parent 9e8deb2d05
commit d2c71aa71f

View File

@@ -2081,7 +2081,7 @@ You can configure the property names by setting
role: readonly
backend: database
username-property: spring.datasource.username
password-property: spring.datasource.username</code></pre>
password-property: spring.datasource.password</code></pre>
</div>
</div>
</div>
@@ -2148,7 +2148,7 @@ You can configure the property names by setting
role: readonly
backend: cassandra
username-property: spring.data.cassandra.username
password-property: spring.data.cassandra.username</code></pre>
password-property: spring.data.cassandra.password</code></pre>
</div>
</div>
</div>
@@ -2283,7 +2283,7 @@ You can configure the property names by setting
role: readonly
backend: mysql
username-property: spring.datasource.username
password-property: spring.datasource.username</code></pre>
password-property: spring.datasource.password</code></pre>
</div>
</div>
</div>
@@ -2351,7 +2351,7 @@ You can configure the property names by setting
role: readonly
backend: postgresql
username-property: spring.datasource.username
password-property: spring.datasource.username</code></pre>
password-property: spring.datasource.password</code></pre>
</div>
</div>
</div>