Was ist Produkte und Konsum in @Request Mapping

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Was ist Produkte und Konsum in @Request Mapping

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.

Top