Missing groovy source for test

This commit is contained in:
Dave Syer 2014-04-05 08:13:41 +01:00
parent 435729812d
commit bd1691f410

View File

@ -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) {}
}