Spring Integration or Apache HTTP Client

后端 未结 3 1317
后悔当初
后悔当初 2021-01-01 23:29

I have a spring application which requires to call REST based external API calls for some data.

The data format from the API is JSON.

My question is which o

3条回答
  •  误落风尘
    2021-01-01 23:52

    I have used Spring & Jersey. Jersey makes it easy to build RESTful Web services with Spring through the use of annotations like @GET&@POST & @PUT @DELETE bundle with JAX-RS library.

提交回复
热议问题