Skip to content

onero/movie-catalog-microservices

Repository files navigation

Movie Catalog Microservices

Created with Spring Boot 2.x

Requirements

For building and running the application you need:

Running microservices locally

You need to start each of the microservices and the eureka service discovery

There are several ways to run a Spring Boot application on your local machine. One way is to execute the mainconfiguration in your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

The microservices will register automatically with Eureka, so the catalog will automatically be able to consume the other microservices!

The Eureka Dashboard is set to: http://localhost:8761/

Releases

No releases published

Packages

No packages published