wnameless / spring-bulk-api

Add bulk operations support to any Spring RESTful API by a single annotation @EnableBulkApi.
Other
25 stars 13 forks source link

add support for use of context path #7

Closed asterion9 closed 6 years ago

asterion9 commented 6 years ago

Proposed change for computing the urls of the destination services: Instead fo assuming the destination endpoints are bound to the '/' base context, it assumes that the destination endpoints are on the same context than the bulk service.