CatalogController that supports the following REST requests:
POST /books − Add a book to the catalogGET /books/{isbn} − Find a book by its ISBN numberGET /books?keyword={keyword} − Search for books by keywordPUT /books/{isbn} − Update a bookserver.port application property to start the catalog microservice on port 8001.