christophknabe / spring-ddd-bank

A sample project following Domain Driven Design with Spring Data JPA
GNU Lesser General Public License v2.1
509 stars 125 forks source link

Find Replacement for HttpRequester #5

Closed christophknabe closed 6 years ago

christophknabe commented 6 years ago

HttpRequester seems outdated. Firefox does no longer support this Add-on. Find a new REST client!

christophknabe commented 6 years ago

Postman works quite well. Also the new Swagger UI generated by springfox is now included. It serves both for documenting the REST interface as well as offering a simple user interface for calling the REST service.