CustomerController that supports the following REST requests:
POST /customers − Register a customerGET /customers/{id} − Find a customer by his identifierGET /customers?name={name} − Search for customers by namePUT /customers/{id} − Update a customerserver.port application property to start the order microservice on port 8002.