BAEL-1635: Spring Boot CLI (#3886)
* BAEL-1635: Spring Boot CLI * Modified packages for consistent naming
This commit is contained in:
committed by
KevinGilmore
parent
6549e41afa
commit
323f5bf370
@@ -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