To create a Microservices Application, a Service Registry is required.There are three steps to create a Service Registry.Step 1: Write the Service Registry microservice application using the spring-cloud-starter-netflix-eureka-server dependency.Step 2: Include the @EnableEurekaServer annotation to notify that this application will act as a Registry Server.