https://github.com/nhatthaiquang-agilityio/spring-eureka
Sping Boot Eureka Example
https://github.com/nhatthaiquang-agilityio/spring-eureka
spring-boot spring-eureka spring-eureka-client
Last synced: about 2 months ago
JSON representation
Sping Boot Eureka Example
- Host: GitHub
- URL: https://github.com/nhatthaiquang-agilityio/spring-eureka
- Owner: nhatthaiquang-agilityio
- Created: 2018-01-03T09:39:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T07:09:22.000Z (over 8 years ago)
- Last Synced: 2025-04-09T12:29:27.561Z (about 1 year ago)
- Topics: spring-boot, spring-eureka, spring-eureka-client
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Eureka Example
Eureka server
Eureka client(Student Service)
# Usage
Eureka Server
```
cd eureka-server
mvn spring-boot:run
```
Euraka Client(Student Service)
```
cd eureka-client
mvn spring-boot:run
```
### Output
Eureka server: http://localhost:8761/
Applications: http://localhost:8080/applications
### Reference
[Service Discovery: Eureka Server Example](https://memorynotfound.com/spring-cloud-eureka-service-discovery-client-server-example/)