projects/my-company-blog-materialized-view-microservice ![CircleCI](https://camo.githubusercontent.com/5d2f1f4e092fdd7109cfe27d68eada4e8c2156c755e09b8762b6490325a1a7b9/68747470733a2f2f636972636c6563692e636f6d2f67682f6976616e732d696e6e6f766174696f6e2d6c61622f6d792d636f6d70616e792d626c6f672d6d6174657269616c697a65642d766965772d6d6963726f736572766963652e7376673f7374796c653d737667)
Run RabbitMQ
$ brew services start rabbitmq
Make sure that services are running:
Dependencies:
$ cd my-company-blog-materialized-view-microservice
$ ./mvnw spring-boot:run
Application will be available on port 8081 (http://localhost:8081)
$ curl http://localhost:8081/blogposts
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-blog-materialized-view-microservice' registered.