jamesfredley opened a new issue, #14914: URL: https://github.com/apache/grails-core/issues/14914
### Issue description grails-app/conf/spring/resources.groovy ``` import org.springframework.context.annotation.ClassPathBeanDefinitionScanner beans = { xmlns context: "http://www.springframework.org/schema/context" context.'component-scan'('base-package': "com.mycompany.myapp.custom") // Replace with your actual base package } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@grails.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org