Skip to content

Configuring datasources

webdevwilson edited this page Dec 28, 2010 · 4 revisions

this is a proposed feature and not implemented yet

need a datasource?

  @DataSource('mydb')
  def ds() {
    new MyProvidersDataSource()
  }
Clone this wiki locally