diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index a6fd3e38749..e4c0da3829a 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 a21f25c56b8..3c784f29a13 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