How do you access two databases in Grails

后端 未结 6 1066
Happy的楠姐
Happy的楠姐 2020-12-30 00:29

Grails makes it very easy to configure datasources for different environments (development, test, production) in its DataSources.groovy file, but there seems to be no facili

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-30 00:49

    There is now Grails plugin that enables the use of multiple datasources directly with Grails' GORM layer: http://burtbeckwith.com/blog/?p=70

提交回复
热议问题