diff --git a/V. Spring Boot Actuator: Production-ready features/43.2.2. Remote shell plugins b/V. Spring Boot Actuator: Production-ready features/43.2.2. Remote shell plugins deleted file mode 100644 index e69de29..0000000 diff --git a/V. Spring Boot Actuator: Production-ready features/43.2.2. Remote shell plugins.md b/V. Spring Boot Actuator: Production-ready features/43.2.2. Remote shell plugins.md new file mode 100644 index 0000000..ce34ae4 --- /dev/null +++ b/V. Spring Boot Actuator: Production-ready features/43.2.2. Remote shell plugins.md @@ -0,0 +1,5 @@ +### 43.2.2. 远程shell插件 + +除了创建新命令,也可以扩展CRaSH shell的其他特性。所有继承`org.crsh.plugin.CRaSHPlugin`的Spring Beans将自动注册到shell。 + +具体查看[CRaSH参考文档](http://www.crashub.org/)。