Skip to content

Instantly share code, notes, and snippets.

@AndrewShitsko
Last active December 5, 2016 15:03
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/35f9891a5eb051ff664798badea1b064 to your computer and use it in GitHub Desktop.
Save AndrewShitsko/35f9891a5eb051ff664798badea1b064 to your computer and use it in GitHub Desktop.
.
├── build.gradle
├── griffon-app
│ ├── conf
│ ├── controllers
│ ├── i18n
│ ├── lifecycle
│ ├── models
│ ├── resources
│ ├── services
│ └── views
├── pom.xml
└── src
├── functional-test
│ └── groovy
├── integration-test
│ └── groovy
├── main
│ ├── groovy
│ └── resources
└── test
├── groovy
└── resources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment