Adam InTae Gerard 323f5bf370 BAEL-1635: Spring Boot CLI (#3886)
* BAEL-1635: Spring Boot CLI

* Modified packages for consistent naming
2018-03-31 13:45:58 -05:00

12 lines
127 B
Groovy

package bael.test
@Grab('junit')
@Log
class Test {
static void main(String[] args) {
log.info "Test..."
}
}