Skip to content

SpringBoot CLI Introduction#

What Is The SpringBoot CLI?#

  • Spring Boot CLI (command line interface) is a Spring Boot software to run and test Spring Boot applications from command prompt. When we run Spring Boot application using CLI, then it internally uses Spring Boot Starter and Spring Boot AutoConfigurator components to resolve all dependencies and execute the application.

References#