Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll
2016-12-16 10:53:53 +01:00
6 changed files with 205 additions and 0 deletions

View File

@@ -1133,4 +1133,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.
----