Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transferwise/spring-cloud-tex
EnableConfigServer
https://github.com/transferwise/spring-cloud-tex
Last synced: 2 months ago
JSON representation
EnableConfigServer
- Host: GitHub
- URL: https://github.com/transferwise/spring-cloud-tex
- Owner: transferwise
- Created: 2015-07-16T13:51:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T01:28:12.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T05:18:25.077Z (9 months ago)
- Language: Java
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 146
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`