Skip to content

Instantly share code, notes, and snippets.

@AndrewShitsko
Last active December 6, 2016 07:47
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 AndrewShitsko/5e0280de9b6afa2344e8b8d76903eb64 to your computer and use it in GitHub Desktop.
Save AndrewShitsko/5e0280de9b6afa2344e8b8d76903eb64 to your computer and use it in GitHub Desktop.
application {
title = 'griffon-javafx-groovy-sample'
startupGroups = ['home']
autoShutdown = true
}
mvcGroups {
// MVC Group for "home", order is important!
'home' {
model = 'org.example.HomeModel'
view = 'org.example.HomeView'
controller = 'org.example.HomeController'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment