Page 1 of 1

Was ist Produkte und Konsum in @Request Mapping

Posted: 27 Feb 2025, 09:23
by Anonymous
Ich habe die folgende Codezeile in meinem Projekt. < /p>

Code: Select all

@RequestMapping(value = UrlHandler.GET_AUTHENTICATION,
produces = {"application/json"},
consumes = {"application/json"},
method = RequestMethod.POST
)
Was erzeugt dies und verbraucht in den obigen Zeilen.