Skip to content

Commit bd1691f

Browse files
author
Dave Syer
committed
Missing groovy source for test
1 parent 4357298 commit bd1691f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import org.springframework.boot.sampleconfig.MyComponent;
2+
3+
beans {
4+
xmlns([ctx:'http://www.springframework.org/schema/context'])
5+
ctx.'component-scan'('base-package':'nonexistent')
6+
myGroovyComponent(MyComponent) {}
7+
}

0 commit comments

Comments
 (0)