Prepare actuator sample to show how to use the telnet connector
This commit is contained in:
parent
8127695240
commit
95e68bf1a2
|
@ -42,6 +42,20 @@
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>spring-boot-starter-shell-remote</artifactId>
|
<artifactId>spring-boot-starter-shell-remote</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!--<dependency>
|
||||||
|
<groupId>org.crashub</groupId>
|
||||||
|
<artifactId>crash.connectors.telnet</artifactId>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>log4j</groupId>
|
||||||
|
<artifactId>log4j</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>commons-logging</groupId>
|
||||||
|
<artifactId>commons-logging</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
|
</dependency>-->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
|
@ -9,7 +9,7 @@ security.require_ssl: false
|
||||||
service.name: Phil
|
service.name: Phil
|
||||||
shell.ssh.enabled: true
|
shell.ssh.enabled: true
|
||||||
shell.ssh.port: 2222
|
shell.ssh.port: 2222
|
||||||
shell.telnet.enabled: false
|
#shell.telnet.enabled: false
|
||||||
#shell.telnet.port: 1111
|
#shell.telnet.port: 1111
|
||||||
shell.auth: spring
|
shell.auth: spring
|
||||||
#shell.auth: key
|
#shell.auth: key
|
||||||
|
|
Loading…
Reference in New Issue