如何将 Grails 对象持久化到在 Grails 外部管理的数据库中

How to persist Grails objects to DB managed outside of Grails

我是 Grails 的新手,想知道是否有办法从 Web 服务而不是 Grails 管理的数据库中填充我的某些域 类。

用于 REST 的 RxGORM 正是为这个任务而设计的:

http://gorm.grails.org/latest/rx/rest-client/manual/index.html