adspace


What are the design patterns used in spring boot? : Spring Boot

Answer Posted / Sudhir Singh Rajput

Spring Boot utilizes several design patterns such as Inversion of Control (IoC), Dependency Injection (DI), Convention over Configuration, Aspect-Oriented Programming (AOP), and Model-View-Controller (MVC). These patterns help to create flexible, scalable, maintainable, and easily testable applications.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is lazy class?

490


How can you inject java collection in spring?

518


What is difference between @controller and @restcontroller in spring?

556