diff --git a/V. Spring Boot Actuator: Production-ready features/42.3. Using Jolokia for JMX over HTTP b/V. Spring Boot Actuator: Production-ready features/42.3. Using Jolokia for JMX over HTTP deleted file mode 100644 index e69de29..0000000 diff --git a/V. Spring Boot Actuator: Production-ready features/42.3. Using Jolokia for JMX over HTTP.md b/V. Spring Boot Actuator: Production-ready features/42.3. Using Jolokia for JMX over HTTP.md new file mode 100644 index 0000000..1fd2287 --- /dev/null +++ b/V. Spring Boot Actuator: Production-ready features/42.3. Using Jolokia for JMX over HTTP.md @@ -0,0 +1,10 @@ +### 42.3. 使用Jolokia通过HTTP实现JMX远程管理 + +Jolokia是一个JMX-HTTP桥,它提供了一种访问JMX beans的替代方法。想要使用Jolokia,只需添加`org.jolokia:jolokia-core`的依赖。例如,使用Maven需要添加下面的配置: +```xml + + org.jolokia + jolokia-core + +``` +在你的管理HTTP服务器上可以通过`/jolokia`访问Jolokia。