From 95e68bf1a268dc36f450eb19ea7839dec5fd794e Mon Sep 17 00:00:00 2001 From: Christian Dupuis Date: Wed, 20 Nov 2013 17:11:15 +0100 Subject: [PATCH] Prepare actuator sample to show how to use the telnet connector --- .../spring-boot-sample-actuator/pom.xml | 14 ++++++++++++++ .../src/main/resources/application.properties | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index a6fd3e3874..e4c0da3829 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator/pom.xml @@ -42,6 +42,20 @@ ${project.groupId} spring-boot-starter-shell-remote + diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties b/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties index a21f25c56b..3c784f29a1 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties +++ b/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties @@ -9,7 +9,7 @@ security.require_ssl: false service.name: Phil shell.ssh.enabled: true shell.ssh.port: 2222 -shell.telnet.enabled: false +#shell.telnet.enabled: false #shell.telnet.port: 1111 shell.auth: spring #shell.auth: key