what should i do to just handle the response insid...
# spring
r
what should i do to just handle the response inside my function?
s
I guess use
@RestController
instead of
@Controller
as specified in the documentation.