I\'m working with spring JPA and HTTP post request, fetching the data row by row then post the data into HTTP request to API and its worked fine wi
JPA
HTTP post
Try with Batch Insert/Update with Hibernate/JPA. Here is a nice tutorial
spring.jpa.properties.hibernate.jdbc.batch_size=500