We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Compilation failed; see the compiler error output for details.
BUILD FAILED
Total time: 5.561 secs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
Execution failed for task ':discovery-microservice:compileJava'.
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 5.561 secs
The text was updated successfully, but these errors were encountered: