jersey + json parsing

前端 未结 0 1931
陌清茗
陌清茗 2020-12-07 19:19

I have the following controller:

@POST
@Path("endpoint")
@Consumes({MediaType.APPLICATION_JSON+ ";charset=utf-8"})
@Produces({MediaType.AP         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题