Spring 3 JSON with MVC

前端 未结 8 964
温柔的废话
温柔的废话 2020-12-23 02:33

Is there a way to build Spring Web calls that consume and produce application/json formatted requests and responses respectively?

Maybe this i

8条回答
  •  情歌与酒
    2020-12-23 02:49

    There is no pre-packaged way to do what you want as Jersey is nicely integrated with Spring via the Jersey-Spring API so there's really no reason to re-invent the wheel.

提交回复
热议问题