Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T07:09:22.000Z (almost 7 years ago)
- Last Synced: 2024-04-16T07:09:42.260Z (9 months ago)
- Topics: spring-boot, spring-eureka, spring-eureka-client
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- 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/)