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.
Go to file
赵东海 1979f5eec7 Merge pull request 'develop' (#4) from develop into master
Reviewed-on: #4
3 years ago
src/main init this project 3 years ago
.gitignore init this project 3 years ago
LICENSE Initial commit 3 years ago
README.md 更新 'README.md' 3 years ago
pom.xml init this project 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