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 ff340a7 commit efd9b6cCopy full SHA for efd9b6c
examples/audit-test-allow-update-outside-transaction/grails-app/conf/application.yml
@@ -84,6 +84,10 @@ environments:
84
dataSource:
85
dbCreate: "create-drop"
86
url: "jdbc:h2:mem:devDb;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE"
87
+ dataSources:
88
+ second:
89
+ dbCreate: "update"
90
+ url: "jdbc:h2:mem:testDb2;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE"
91
test:
92
93
dbCreate: "update"
0 commit comments