Basic knowledge of Spring-Boot and Microservices is highly desirable.

Basic Spring Boot Cloud Microservice Platform.

Spring Cloud Config

Application Sample. Project Home.

Build The Server

Run command "gradlew build" in application root

Run The Server

Run command "gradlew bootRun" in application root or run build artifact "java -jar configserver.jar"

Access UI

http://localhost:8880/adminserver

Enable Cluster with Hazelcast

Cluster support included in provided sample. Just modify members hostnames in src/main/resources/application.yaml

Run The Server

Work In Progress...

Enable In Microservice

Work In Progress... http://cloud.spring.io/spring-cloud-config/

Spring Boot Admin

Application Sample. Project Home.

Build The Server

Run command "gradlew build" in application root

Run The Server

Run command "gradlew bootRun" in application root or run build artifact "java -jar adminserver.jar"

Access UI

http://localhost:8880/adminserver

Enable Cluster with Hazelcast

Cluster support included in provided sample. Just modify members hostnames in src/main/resources/application.yaml

Enable In Microservice

Work In Progress...

Eureka Service Registry

Run The Server

Work In Progress...

Enable In Microservice

Work In Progress...

Spring Cloud Zipkin

Run The Server

Work In Progress...

Enable In Microservice

Work In Progress...