Skip to content

Instantly share code, notes, and snippets.

@Tatsiana888
Created May 15, 2017 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tatsiana888/a468272237efdd1f595ba85d5bb937cc to your computer and use it in GitHub Desktop.
Save Tatsiana888/a468272237efdd1f595ba85d5bb937cc to your computer and use it in GitHub Desktop.
class Configuration {
String name // service name for what is configuration (microcervice-app)
static hasMany = [configLines: ConfigLine]
static mapping = {
configLines cascade: 'all-delete-orphan'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment