Spring Boot
1. What is Spring boot ?
Ans: Spring Boot is an open source Java-based framework used to create a Micro Service. It is developed by Pivotal Team. It is easy to create a stand-alone and production ready spring applications using Spring Boot.
2. What is Micro service ?
Ans: Micro Service is an architecture that allows the developers to develop and deploy services independently. Each service running has its own process and this achieves the lightweight model to support business applications.
3. What are the two advantages provided by microservices to its developers ?
Ans: Micro services offers the following advantages to its developers −
Easy deployment
Simple scalability
Spring Boot provides a good platform for Java developers to develop a stand-alone and production-grade spring application that you can just run.
4. What are the two basic goals of the spring boot ?
Ans:Spring Boot is designed with the following goals −
To avoid complex XML configuration in Spring
To develop a production ready Spring applications in an easier way
5. What are the features and benefits provided by the spring boot ?
Ans: You can choose Spring Boot because of the features and benefits it offers as given here −
It provides a flexible way to configure Java Beans, XML configurations, and Database Transactions.
It provides a powerful batch processing and manages REST endpoints.
6. What is handling dependency ?
Ans:
Handling dependency management is a difficult task for big projects.
Spring Boot resolves this problem by providing a set of dependencies
for developers convenience.
E-book store: https://payhip.com/b/2buVR
Comments
Post a Comment