Spring Boot CLI Tutorial
Selected Reading
- Spring Boot CLI - Discussion
- Spring Boot CLI - Useful Resources
- Spring Boot CLI - Quick Guide
- Spring Boot CLI - Using Shell
- Spring Boot CLI - Creating Project
- Spring Boot CLI - Packaging Application
- Spring Boot CLI - Starter Thymeleaf Project
- Spring Boot CLI - Default Statements
- Spring Boot CLI - "grab" Co-Ordination Deduction
- Spring Boot CLI - "grab" Dependency Deduction
- Spring Boot CLI - Hello World Example
- Spring Boot CLI - Environment Setup
- Spring Boot CLI - Overview
- Spring Boot CLI - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Spring Boot CLI - Using Shell
Spring Boot CLI - Using Shell
Spring Boot CLI provides a Shell interface to run the commands in which we can directly run the commands as shown below. Go to E:Test folder and type the following command.
E:/Test> spring shell
You will see the following output.
←[1mSpring Boot←[m←[2m (v2.6.3)←[m Hit TAB to complete. Type help and hit RETURN for help, and exit to quit. $
Running commands in Shell.
Type the following and see the output.
version Spring CLI v2.6.3
You can press tab to auto complete the commands and type exit to finish the shell console.
Testing the apppcation in shell
Type the following and see the output.
$ exit E:TestFirstApppcation>Advertisements