What is the difference between spring framework and spring boot? : Spring Boot
Answer / Ravindra Nath Pandey
While Spring Framework is a comprehensive platform that provides various modules for building enterprise applications, Spring Boot focuses on streamlining the development process by automating the configuration and eliminating the need to write boilerplate code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by inner beans?
What is the use of @entity annotation?
Why do we use @override?
What is difference between @pathparam and @pathvariable?
What is meant by weaving?
Explain the jdbc abstraction and dao module
How is di implemented in the spring framework?
What’s the difference between @component, @controller, @repository & @service annotations in spring?
What is the role of ioc?
Give an example of frequently used spring annotations.
What is postconstruct?
What are some of the important spring annotations which you have used?