Disable JMX to enable seamless parallel deployments
This commit is contained in:
@@ -41,3 +41,7 @@ financer.fromAddress=financer@77zzcx7.de
|
|||||||
spring.mail.host=localhost
|
spring.mail.host=localhost
|
||||||
#spring.mail.username=
|
#spring.mail.username=
|
||||||
#spring.mail.password=
|
#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
|
||||||
Reference in New Issue
Block a user