java-tutorials/spring-cloud/spring-cloud-bootstrap
Doha2012 61660f5d37 add update to rest api (#1401)
* upgrade to spring boot 1.5.2

* add full update to REST API
2017-03-15 10:59:55 +02:00
..
2017-02-10 10:13:14 +02:00
2017-02-10 10:13:14 +02:00
2017-03-04 16:57:28 +02:00
2017-03-15 10:59:55 +02:00
2017-03-15 10:59:55 +02:00
2017-02-12 16:01:28 -07:00

Relevant Articles:

  • Spring Cloud Bootstrapping

  • Spring Cloud Securing Services

  • To run the project:

    • copy the appliction-config folder to c:\Users{username}\ on Windows or /Users/{username}/ on *nix. Then open a git bash terminal in application-config and run:
      • git init
      • git add .
      • git commit -m "First commit"
    • start the config server
    • start the discover server
    • start all the other servers in any order (gateway, svc-book, svc-rating, zipkin)