Spring Boot
Spring
boot is an opensource Java base framework. It is used to make micro services.
Spring boot is developed by Pivotal Team and it used for to build stand alone production
ready spring applications.
Let’s see what is Micro Service
It
is an architecture that helps developers to develop and deploy services independently.
Every service has its each process and it achieves the light weight model. It supports
for business applications
Micro services offer the
following advantages for developers
v Easy deployment
v Simple scalability
v Compatible with Containers
v Minimum configuration
v Lesser production time
Now let’s see
what is Spring boot
It provides best platform for java
developers to develop standalone and production grade spring application that
can just run.
Spring Boot offers the
following advantages to its developers
v Easy to understand and develop spring
applications
v Increases productivity
v Reduces the development time
Spring Boot is designed
with the following goals
v To avoid complex XML configuration in
Spring
v To develop a production ready Spring
applications in an easier way
v To reduce the development time and run
the application independently
v Offer an easier way of getting started
with the application
Why we use spring
boot for our projects?
Spring boot gives
best features and benefits for their developers, let’s see some of features and
benefits
v
It provides a flexible way to configure Java Beans,
XML configurations, and Database Transactions.
v
It provides a powerful batch processing and manages
REST endpoints.
v
In Spring Boot, everything is auto configured; no
manual configurations are needed.
v
It offers annotation-based spring application
v
Ease’s dependency management
v
It includes Embedded Servlet Container
Comments
Post a Comment