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