Micro Service
Micro Service is an architecture that allows the developers to
develop and deploy services independently. Each service running has itsown processand this achieves thelightweight modelto support large business applications.
Spring Boot
Spring Boot provides a platform for Java developers to develop a
stand-aloneandproduction-gradespring application that you can just run. You can get started withminimum configurationswithout the need for an entire Spring configuration setup.
Spring Boot Features
- Provides a
flexible waytoconfigureJava Beans,XMLconfigurations, andDatabase Transactions - Provides a
powerful batch processingand managesREST endpoints - Almost everything is
auto configured - Offers
annotation-basedspring application - Eases
dependency management - Includes Embedded
Servlet Container