Micro Service
Micro Service is an architecture that allows the developers to
develop and deploy services independently
. Each service running has itsown process
and this achieves thelightweight model
to support large business applications.
Spring Boot
Spring Boot provides a platform for Java developers to develop a
stand-alone
andproduction-grade
spring application that you can just run. You can get started withminimum configurations
without the need for an entire Spring configuration setup.
Spring Boot Features
- Provides a
flexible way
toconfigure
Java Beans
,XML
configurations, andDatabase Transactions
- Provides a
powerful batch processing
and managesREST endpoints
- Almost everything is
auto configured
- Offers
annotation-based
spring application - Eases
dependency management
- Includes Embedded
Servlet Container