From 3903eb91feb4fe294730e516f9064571ccc2bba9 Mon Sep 17 00:00:00 2001 From: sz_ids Date: Tue, 9 Oct 2018 00:24:14 +0800 Subject: [PATCH] Add spring.jmx.enabled=false --- src/main/resources/application.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 01654ab..3b9130d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -26,4 +26,6 @@ spring.mvc.view.suffix=.jsp # Logging # logging.level.root=INFO - +# +# Support deploy to a servlet-container +spring.jmx.enabled=false