by Anonymous » 27 Feb 2025, 09:23
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.
Ich habe die folgende Codezeile in meinem Projekt. < /p>
[code]@RequestMapping(value = UrlHandler.GET_AUTHENTICATION,
produces = {"application/json"},
consumes = {"application/json"},
method = RequestMethod.POST
)
[/code]
Was erzeugt dies und verbraucht in den obigen Zeilen.