Disable JMX to enable seamless parallel deployments

This commit is contained in:
2019-05-09 21:25:07 +02:00
parent b288397b7f
commit 4d192e30fa

View File

@@ -41,3 +41,7 @@ financer.fromAddress=financer@77zzcx7.de
spring.mail.host=localhost
#spring.mail.username=
#spring.mail.password=
# Disable JMX as we don't need it and it blocks parallel deployment on Tomcat
# because the connection pool cannot shutdown properly
spring.jmx.enabled=false