### Issue description annotate Application with `@ComponentScan(value = 'com.mycompany.myapp.custom')` This removes the need to define the beans one by one for the base application package in `grails-app/conf/spring/resources.groovy`
Issue description
annotate Application with
@ComponentScan(value = 'com.mycompany.myapp.custom')This removes the need to define the beans one by one for the base application package in
grails-app/conf/spring/resources.groovy