Skip to content

Commit

Permalink
#113 updating spring jmx configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushant committed Sep 7, 2022
1 parent bee1592 commit f2ea4ea
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions grails-app/conf/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ grails:
spring:
transactionManagement:
proxies: false
jmx:
unique-names: true
management:
endpoints:
enabled-by-default: true
devtools:
restart:
exclude:
- grails-app/views/**
- grails-app/i18n/**
- grails-app/conf/**
gorm:
# Whether to autowire entities.
# Disabled by default for performance reasons.
Expand All @@ -42,7 +31,17 @@ spring:
groovy:
template:
check-template-location: false

jmx:
unique-names: true
devtools:
restart:
exclude:
- grails-app/views/**
- grails-app/i18n/**
- grails-app/conf/**
management:
endpoints:
enabled-by-default: true
---
grails:
cors:
Expand Down

0 comments on commit f2ea4ea

Please sign in to comment.