Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/transferwise/spring-cloud-tex

EnableConfigServer
https://github.com/transferwise/spring-cloud-tex

Last synced: 2 months ago
JSON representation

EnableConfigServer

Awesome Lists containing this project

README

        

** 1. Start Spring Cloud Config server
`spring run config.groovy -- --server.port=8888 --spring.profiles.active=native`

** 2. Start Eureka server
`spring run eureka-server.groovy -- --spring.application.name=eureka-server`

** 3. Start Zuul proxy server
`spring run zuul.groovy -- --spring.application.name=zuul`