Remove POST command. Add useful report.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 20 Feb 2017 15:52:38 +0200
changeset 1485 ba6632e1f2f8
parent 1484 8fe1eaf66e94
child 1486 cf1175a9cd7b
Remove POST command. Add useful report.
spring-actuator.el
--- a/spring-actuator.el	Sun Feb 19 14:44:26 2017 +0200
+++ b/spring-actuator.el	Mon Feb 20 15:52:38 2017 +0200
@@ -3,8 +3,8 @@
 (defvar my/spring-actuator-last-server "http://localhost:8080")
 (defvar my/spring-actuator-path-history nil)
 (defvar my/spring-actuator-path-completion
-  '("actuator" "auditevents" "autoconfig" "beans" "configprops" "dump" "env" "flyway" "health" "heapdump"
-    "info" "jolokia" "liquibase" "logfile" "loggers" "mappings" "metrics" "shutdown" "trace")))
+  '("actuator" "auditevents" "autoconfig" "beans" "configprops" "dump" "env" "features" "flyway" "health" "heapdump"
+    "info" "jolokia" "liquibase" "logfile" "loggers" "mappings" "metrics" "trace")))
 
 ;;;###autoload
 (defun my/spring-actuator (server path)