From dc071fa246c2b1fe04bc7e2d482537d072f47a40 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 11 Jun 2015 21:46:38 -0700 Subject: [PATCH] Restore remote support in devtools-sample --- .../src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-devtools/src/main/resources/application.properties b/spring-boot-samples/spring-boot-sample-devtools/src/main/resources/application.properties index 5e3b1240025..4cf1804695e 100644 --- a/spring-boot-samples/spring-boot-sample-devtools/src/main/resources/application.properties +++ b/spring-boot-samples/spring-boot-sample-devtools/src/main/resources/application.properties @@ -1,3 +1,3 @@ -# Uncomment this line if you want to try remote support -# spring.devtools.remote.secret=secret +# Enable remote support, for local development you don't need this line +spring.devtools.remote.secret=secret