venkataravuri / e-commerce-microservices-sample

A fictitious cloud-native e-commerce application using microservices architecture powered by polyglot languages & databases, deployable to Kubernetes & AWS
252 stars 174 forks source link

build faliure #4

Open vickypathre opened 4 years ago

vickypathre commented 4 years ago

e-commerce-microservices-sample-master\discovery-microservice\src\main\java\com\nikhu\ecommerce\discovery\EurekaDiscoveryServiceApplication.java:9: error: package org.springframework.cloud.netflix.eureka.server does not exist import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer; ^ C:\POC\e-commerce-microservices-sample-master\discovery-microservice\src\main\java\com\nikhu\ecommerce\discovery\EurekaDiscoveryServiceApplication.java:11: error: cannot find symbol @EnableEurekaServer ^ symbol: class EnableEurekaServer 2 errors :discovery-microservice:compileJava FAILED

FAILURE: Build failed with an exception.

BUILD FAILED

Total time: 5.561 secs