Skip to content

Commit

Permalink
Remove disabling JMX as it's disabled by default
Browse files Browse the repository at this point in the history
In Spring Boot 2.2, JMX is disabled by default.
  • Loading branch information
drumonii committed Oct 22, 2019
1 parent 95e3e6b commit 97ac7e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ spring:
cache:
cachecontrol:
max-age: 31536000s # (1 year)
# JMX
jmx:
enabled: false
# MVC
mvc:
formcontent:
Expand Down

0 comments on commit 97ac7e2

Please sign in to comment.