InterviewSolution
Saved Bookmarks
| 1. |
What is Spring Boot CLI and what are its benefits? |
|
Answer» Spring Boot CLI is a command-line interface that allows you to CREATE a spring-based java application USING Groovy. Example: You don’t need to create getter and setter method or access modifier, return statement. If you use the JDBC template, it automatically loads for you. |
|