https://github.com/helpermethod/spring-cloud-workshop
https://github.com/helpermethod/spring-cloud-workshop
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/helpermethod/spring-cloud-workshop
- Owner: helpermethod
- Created: 2016-09-06T13:59:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-08T12:10:55.000Z (over 9 years ago)
- Last Synced: 2025-03-23T19:44:48.151Z (9 months ago)
- Language: Shell
- Size: 66.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-cloud-workshop
## Eureka / Service Discovery
## Client starten
de.predic8.cloud.EurekaClientApplication > Run
## Server starten
de.predic8.cloud.EurekaServerApplication > Run
## Server UI
http://localhost:8761 öffnen
## Client stoppen