mohalaoui / spring-cloud-Netflix-OSS

zuul + eureka + cloud-config + feign + ribbon + actuator + ansible + aop audit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-boot

zuul

api gateway

eureka

service discovery

cloud-config

github config repository : https://github.com/mohalaoui/produit-config-repo.git

OpenFeign/feign

declaratif rest client

ribbon

load balancer client side

actuator

info

http://localhost:9104/actuator/info

result example :


{
  "build" : {
    "artifact" : "${project.artifactId}",
    "version" : "1.0.1-SNAPSHOT"
  },
  "app" : {
    "name" : "produit",
    "description" : "Demo project for Spring Boot",
    "version" : "1.0.1-SNAPSHOT"
  }
}

health

http://localhost:9104/actuator/health

result example:


{
  "status" : "UP"
}

About

zuul + eureka + cloud-config + feign + ribbon + actuator + ansible + aop audit


Languages

Language:Java 98.2%Language:HTML 1.8%