SHL-12 customize prompt text

This commit is contained in:
Jarred Li
2012-04-12 12:08:36 +08:00
parent 956d72ee28
commit db68586afd
9 changed files with 182 additions and 53 deletions

View File

@@ -31,7 +31,6 @@ import org.springframework.util.StopWatch;
public class Bootstrap {
private static Bootstrap bootstrap;
//TODO using JLineShellComponenet to override and get access to "getSimpleParser" method on the shell - look into autowire...and move back to reference Shell interface.
private JLineShellComponent shell;
private ConfigurableApplicationContext ctx;
private static StopWatch sw = new StopWatch("Spring Sehll");