https://github.com/transferwise/spring-cloud-tex
EnableConfigServer
https://github.com/transferwise/spring-cloud-tex
Last synced: about 1 year ago
JSON representation
EnableConfigServer
- Host: GitHub
- URL: https://github.com/transferwise/spring-cloud-tex
- Owner: transferwise
- Archived: true
- Created: 2015-07-16T13:51:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T01:28:12.000Z (about 3 years ago)
- Last Synced: 2025-02-13T19:18:26.440Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 151
- Forks: 6
- Open Issues: 0
-
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`