ferdinalcandra / BFIPOC

0 stars 1 forks source link

Boilerplate codes on HTTP caller #8

Closed timpamungkas closed 3 years ago

timpamungkas commented 3 years ago

Too many boilerplate codes when creating DefaultHttpClient. Use OpenFeign whenever possible!
If need low-level call, use RestTemplate. Just initialize your RestTemplate once in one of the @Configuration in case it share same properties.

P.S: OpenFeigh whenever possible

timpamungkas commented 3 years ago

unused