We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d270f commit 703a9d3Copy full SHA for 703a9d3
test-mongogee/grails-app/conf/application.yml
@@ -27,6 +27,7 @@ endpoints:
27
enabled: false
28
jmx:
29
enabled: true
30
+ unique-names: true
31
32
---
33
grails:
@@ -80,9 +81,7 @@ grails:
80
81
scriptlets: html
82
taglib: none
83
staticparts: none
-endpoints:
84
- jmx:
85
- unique-names: true
+
86
87
88
hibernate:
@@ -104,7 +103,6 @@ environments:
104
103
dataSource:
105
dbCreate: create-drop
106
url: jdbc:h2:mem:devDb;MVCC=TRUE;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE
107
-
108
109
mongodb:
110
url: "mongodb://localhost/test_mongogee_dev"
0 commit comments