Missing groovy source for test
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import org.springframework.boot.sampleconfig.MyComponent;
|
||||
|
||||
beans {
|
||||
xmlns([ctx:'http://www.springframework.org/schema/context'])
|
||||
ctx.'component-scan'('base-package':'nonexistent')
|
||||
myGroovyComponent(MyComponent) {}
|
||||
}
|
||||
Reference in New Issue
Block a user