What is the use of @controller annotation 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at the International Committee of the Red Cross, Lives in Geneva, Switzerland.
@Controller annotation is an annotation used in Spring MVC framework (the component of Spring Framework used to implement Web Application). ... These classes (or its methods) are typically annotated also with @RequestMapping annotation that specify what HTTP Request is handled by the controller and by its method.
2023-05-12 06:09:19
评论(499)
Helpful(122)
Helpful
Helpful(2)

Isabella Patel
QuesHub.com delivers expert answers and knowledge to you.
@Controller annotation is an annotation used in Spring MVC framework (the component of Spring Framework used to implement Web Application). ... These classes (or its methods) are typically annotated also with @RequestMapping annotation that specify what HTTP Request is handled by the controller and by its method.