Skip to content

Instantly share code, notes, and snippets.

@illerax
Created November 22, 2017 19:17
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 illerax/2b5bc029c7304fbf34a2c5ad932f7d80 to your computer and use it in GitHub Desktop.
Save illerax/2b5bc029c7304fbf34a2c5ad932f7d80 to your computer and use it in GitHub Desktop.
Grails Amazon SQS Example component scan
@ComponentScan("grails.aws.sqs.example.config")
class Application extends GrailsAutoConfiguration {
static void main(String[] args) {
GrailsApp.run(Application, args)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment