What is a REST controller 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at the University of Sydney, Lives in Sydney, Australia.
Spring MVC Framework and REST. Spring's annotation based MVC framework simplifies the process of creating RESTful web services. The key difference between a traditional Spring MVC controller and the RESTful web service controller is the way the HTTP response body is created.
2023-05-11 06:09:21
评论(499)
Helpful(122)
Helpful
Helpful(2)

Alexander Wright
QuesHub.com delivers expert answers and knowledge to you.
Spring MVC Framework and REST. Spring's annotation based MVC framework simplifies the process of creating RESTful web services. The key difference between a traditional Spring MVC controller and the RESTful web service controller is the way the HTTP response body is created.