Polish contribution

Closes gh-7560
This commit is contained in:
Stephane Nicoll
2016-12-16 10:52:43 +01:00
parent 5a7624df7c
commit 21b815aabd
3 changed files with 20 additions and 50 deletions

View File

@@ -1155,4 +1155,11 @@ content into your application; rather pick only the properties that you need.
spring.devtools.remote.secret= # A shared secret required to establish a connection (required to enable remote support).
spring.devtools.remote.secret-header-name=X-AUTH-TOKEN # HTTP header used to transfer the shared secret.
# ----------------------------------------
# TESTING PROPERTIES
# ----------------------------------------
spring.test.database.replace=any # Type of existing DataSource to replace.
----