File tree 2 files changed +15
-1
lines changed
spring-boot-samples/spring-boot-sample-actuator
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 42
42
<groupId >${project.groupId} </groupId >
43
43
<artifactId >spring-boot-starter-shell-remote</artifactId >
44
44
</dependency >
45
+ <!-- <dependency>
46
+ <groupId>org.crashub</groupId>
47
+ <artifactId>crash.connectors.telnet</artifactId>
48
+ <exclusions>
49
+ <exclusion>
50
+ <groupId>log4j</groupId>
51
+ <artifactId>log4j</artifactId>
52
+ </exclusion>
53
+ <exclusion>
54
+ <groupId>commons-logging</groupId>
55
+ <artifactId>commons-logging</artifactId>
56
+ </exclusion>
57
+ </exclusions>
58
+ </dependency>-->
45
59
</dependencies >
46
60
<build >
47
61
<plugins >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ security.require_ssl: false
9
9
service.name : Phil
10
10
shell.ssh.enabled : true
11
11
shell.ssh.port : 2222
12
- shell.telnet.enabled : false
12
+ # shell.telnet.enabled: false
13
13
# shell.telnet.port: 1111
14
14
shell.auth : spring
15
15
# shell.auth: key
You can’t perform that action at this time.
0 commit comments