projects/my-company-project-materialized-view-microservice ![CircleCI](https://camo.githubusercontent.com/8eedb84561d4fb6431b4d36c4aba7cbeef5d9901877b8f7d919033b1b8aba763/68747470733a2f2f636972636c6563692e636f6d2f67682f6976616e732d696e6e6f766174696f6e2d6c61622f6d792d636f6d70616e792d70726f6a6563742d6d6174657269616c697a65642d766965772d6d6963726f736572766963652e7376673f7374796c653d737667)
Run RabbitMQ
$ brew services start rabbitmq
Make sure that services are running:
Dependencies:
$ cd my-company-project-materialized-view-microservice
$ ./mvnw spring-boot:run
Application will be available on port 8083 (http://localhost:8083)
$ curl http://localhost:8083/projects
Open RabbitMQ management web console at http://localhost:15672/ and explore exchanges, queues and messages.
username: guest password: guest
Open Registry (Eureka) web console at http://localhost:8761/ and find 'my-company-project-materialized-view-microservice' registered.