Class Shell


  • public class Shell
    extends Object
    A shell for Spring Boot. Drops the user into an event loop (REPL) where command line completion and history are available without relying on OS shell features.
    • Method Detail

      • handleSigInt

        protected void handleSigInt()
        Final handle an interrupt signal (CTRL-C).