BAEL-20869 Move remaining spring boot modules
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package bael.test
|
||||
|
||||
@Grab('junit')
|
||||
@Log
|
||||
|
||||
class Test {
|
||||
|
||||
static void main(String[] args) {
|
||||
log.info "Test..."
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user