February 2018
Intermediate to advanced
286 pages
7h 20m
English
dependencies {
...
compile("org.springframework.boot:spring-boot-starter-actuator")
compile("io.github.anand1st:sshd-shell-spring-boot-starter:3.2.1")
compile("de.codecentric:spring-boot-admin-starter-client:2.0.0-SNAPSHOT")
compile("org.jolokia:jolokia-core:+")
...
}
sshd.shell.enabled=true management.endpoint.shutdown.enabled=true