Spring boot with eureka discovery.
- spring boot
- eureka server
- openfeign
- start eureka-server, open the web console http://localhost:8761/
- start customer,merchant,product,order service
curl http://localhost:8102/link
for test
- order service invoke customer,merchant,product service
- every service has same test url: http://localhost:{port}/link
https://github.com/walkwolf/spring-boot-demo/tree/spring-boot-eureka-discovery
https://github.com/walkwolf/spring-boot-demo/tree/spring-boot-nacos-discovery
https://github.com/walkwolf/spring-boot-demo/tree/spring-boot-gateway-eureka-discovery
https://github.com/walkwolf/spring-boot-demo/tree/spring-boot-gateway-nacos-discovery
https://github.com/walkwolf/spring-boot-demo/tree/spring-boot-distributed-tracing-skywalking
https://github.com/walkwolf/spring-boot-demo/tree/spring-boot-distributed-tracing-zipkin