Spring Web Services
Exercise: Customer REST Interface
Implement a REST interface of the customer service that enables the following requests:
POST /customers − Register a customer
GET /customers/{id} − Find a customer by his identifier
PUT /customers/{id} − Update a customer
API Documentation