Missing groovy source for test
This commit is contained in:
parent
435729812d
commit
bd1691f410
|
|
@ -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) {}
|
||||
}
|
||||
Loading…
Reference in New Issue