Skip to content
shoecillo edited this page Nov 1, 2016 · 21 revisions

#Spring Cloud Example

Full example with Spring Cloud:

  • Eureka Discovery Server
  • Spring Config Server
  • Filesystem Explorer Service
  • MongoDb Service

See Spring Cloud for oficial recefrence

for the example we use this Spring Cloud version:

    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-dependencies</artifactId>
    <version>Brixton.SR5</version>

In this example we build a cloud system with Spring cloud tools, we need 2 dedicated servers, discovery server (Eureka) and Config server .We build a 2 services too, Filesystem explorer service and MongoDb service.We need all this pieces for register services and serve external configurations. We need to have been installed MongoDb for run this example complete,but if you are not interested in MongoDb skills,simply, dont run it.

Clone this wiki locally