You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Reviewed-on: #4 |
3 years ago | |
---|---|---|
src/main | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
pom.xml | 3 years ago |
README.md
cloud-plus-discovery-eureka
To run your own server use the spring-cloud-starter-netflix-eureka-server dependency and @EnableEurekaServer.
Clone
git clone https://gitea.kerbores.com/CP/cloud-plus-discovery-eureka.git
Install
cd cloud-plus-discovery-eureka
mvn install
Run
cd cloud-plus-discovery-eureka
mvn install
cd target
java -jar cloud-plus-discovery-eureka-0.0.1-SNAPSHOT.jar
You can also run CloudPlusDiscoveryEurekaApplication.java as Java Application
Or run this project as Spring Boot Application with your IDEs
Look up your Eureka Server Application by http://localhost:8761