Best ways to upload large amounts of data from a client to a server using REST?
I am developing an application with a client (java/swing) and a server (spring boot) component. The main thing I’m debating right now is how the best way to approach uploading large amounts of data from the client to the server would be.
limit on the number of calls per minute for FeignClient
Call @FeignClient
happens throw RetryTemplate.execute()
.
HTTPTypeMediaNotSupportedException in REST API springboot
Getting o.s.w.s.m.s.DefaultHandlerExceptionResolver.logException – Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type ‘multipart/form-data;boundary=————————–917244744405307766670554;charset=UTF-8’ not supported]
SpringBoot3 Migration using PathVariable is not showing it as a Parameter, when call is done throwing 500 Internal Server Error
We migrated our Spring Boot 2.7.15 Application to 3.2.1 . We updated our pom.xml to reflect all 3.2.1 specific dependencies