https://github.com/bygui86/spring-service-discovery
Spring Service Discovery sample project
https://github.com/bygui86/spring-service-discovery
dockerfile eureka eureka-client eureka-server eureka-service-discovery java java-8 makefile maven mavenw openfeign spring spring-boot spring-boot-2 spring-cloud spring-cloud-netflix spring-feign
Last synced: 2 months ago
JSON representation
Spring Service Discovery sample project
- Host: GitHub
- URL: https://github.com/bygui86/spring-service-discovery
- Owner: bygui86
- License: apache-2.0
- Created: 2018-08-18T13:28:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T17:00:32.000Z (almost 8 years ago)
- Last Synced: 2025-05-31T01:18:59.175Z (about 1 year ago)
- Topics: dockerfile, eureka, eureka-client, eureka-server, eureka-service-discovery, java, java-8, makefile, maven, mavenw, openfeign, spring, spring-boot, spring-boot-2, spring-cloud, spring-cloud-netflix, spring-feign
- Language: Makefile
- Size: 60.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Service Discovery sample project
## topics
* spring boot
* spring cloud netflix eureka
* service discovery
* eureka
* openfeign
## links
* https://spring.io/guides/gs/service-registration-and-discovery/
* https://www.baeldung.com/spring-cloud-netflix-eureka
* https://www.baeldung.com/intro-to-feign
## TODOs
* rest client
* rest-template with eureka
* spring annotation @EnableFeignClient
* discovery server
* consul
* zookeeper