GitXplorerGitXplorer
d

spring-cloud-docker-demo

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
9407ebe93b44b2c18644671c227c8d147462cdcf

Add Zipkin&Sleuth

ddigitalsonic committed 8 years ago
Unverified
12f546bbed0346e117585325abd4043453e56737

add HystrixDashboard and call a new /hi/{name} service

ddigitalsonic committed 8 years ago
Unverified
01c4984f34f3a70455294fe1300a7c8a1ffef02b

add OAuth 2.0 support

ddigitalsonic committed 8 years ago
Unverified
70a3c8294249877b4f241ec3ea0036d895dd5873

refactor the server part

ddigitalsonic committed 8 years ago
Unverified
2576783b571da989373850496863ece6c52bc0c4

add an OAuth 2.0 auth server

ddigitalsonic committed 8 years ago
Unverified
dfc68aeccad20397e1deea62a30fb92803132299

modify the version of spring cloud & add oauth support

ddigitalsonic committed 8 years ago

README

The README file for this repository.

spring-cloud-docker-demo

This is a small demo developed with Spring Boot & Spring Cloud.

It will be deployed in some docker containers. The service discovery mechanism is providered by Consul.

The main technologies used by this demo:

  • Spring Boot
  • Spring Cloud
  • Docker
  • Consul
  • OAuth 2.0

You will need a Consul server while running the demo. eg.

docker run -d -p 8500:8500 -P progrium/consul -server -bootstrap -ui-dir /ui