Was ist Produkte und Konsum in @Request Mapping
Posted: 27 Feb 2025, 09:23
Ich habe die folgende Codezeile in meinem Projekt. < /p>
Was erzeugt dies und verbraucht in den obigen Zeilen.
Code: Select all
@RequestMapping(value = UrlHandler.GET_AUTHENTICATION,
produces = {"application/json"},
consumes = {"application/json"},
method = RequestMethod.POST
)