Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the features of Spring Boot?
Home
Spring
What are the features of Spring Boot?
0
votes
asked
Apr 4, 2021
in
Spring
by
Robindeniel
What are the features of Spring Boot?
#spring-boot
spring-boot-features
spring-configuration-file
configuration-file
spring
spring-questions
spring-java-framework
spring-interview-questions
spring-advanced-questions-2021
spring-questions-and-answers
spring-framework
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 4, 2021
by
Robindeniel
Below are the features of Spring Boot :
Spring Boot CLI – This allows you to Groovy / Maven for writing Spring boot application and avoids boilerplate code.
Starter Dependency – With the help of this feature, Spring Boot aggregates common dependencies together and eventually improves productivity and reduces the burden on
Spring Initializer – This is a web application that helps a developer in creating an internal project structure. The developer does not have to manually set up the structure of the project while making use of this feature.
Auto-Configuration – This helps in loading the default configurations according to the project you are working on. In this way, unnecessary WAR files can be avoided.
Spring Actuator – Spring boot uses actuator to provide "Management EndPoints" which helps the developer in going through the Application Internals, Metrics etc.
Logging and Security – This ensures that all the applications made using Spring Boot are properly secured without any hassle.
...