标签: spring grails spring-mvc integration-testing
我有Grails应用程序,用于在WEB-INF/applicationContext.xml中定义bean。 (resources.groovy未被用于不属于本主题的原因)。当我尝试运行grails test-app时,Spring无法将bean注入服务,因此测试正在破坏。我怎样才能grails test-app从applicationContext.xml加载bean?
WEB-INF/applicationContext.xml
resources.groovy
grails test-app
applicationContext.xml