Using Jersey to read form data

后端 未结 2 1510
失恋的感觉
失恋的感觉 2021-01-05 12:20

I\'m developing a web app where i have a form like that

2条回答
  •  独厮守ぢ
    2021-01-05 12:49

    Just to keep it simple: in case it is the only request handler mapped to the specific URL (in that case "test") and with the specific HTTP method (POST), you can avoid the usage of @Consumes!

提交回复
热议问题