一:
1、在springBoot历史版本中支持:SSH监控。在pom.xml添加如下依赖即可:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-remote-shell</artifactId>
</dependency>
一:
1、在springBoot历史版本中支持:SSH监控。在pom.xml添加如下依赖即可:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-remote-shell</artifactId>
</dependency>