Then we need to create the application class, that will start up the shell.
Because we are using Spring Boot, the application will now get all the beans that are annotated with @ShellComponent annotation and will try to use them as commands in the shell. Lets create one.