BAEL-19967: Migrate spring-shell module to the com.baeldung package
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.baeldung.shell;
|
||||
|
||||
import java.io.IOException;
|
||||
import org.springframework.shell.Bootstrap;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) throws IOException {
|
||||
Bootstrap.main(args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user