https://github.com/gabrielczar/microservices-examples
https://github.com/gabrielczar/microservices-examples
gradle java-8 kotlin microservice spring-boot-2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrielczar/microservices-examples
- Owner: GabrielCzar
- Created: 2018-04-22T19:22:23.000Z (almost 8 years ago)
- Default Branch: config-server
- Last Pushed: 2018-05-14T00:37:00.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T09:41:43.512Z (about 1 year ago)
- Topics: gradle, java-8, kotlin, microservice, spring-boot-2
- Language: Java
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Servidor de Configuração Centralizado
1. **ms-config-repo**:
Ambiente com as configuraçes do clients
Deve ser criado um repositorio com ```git init```
Os dados so seram utilizados se tiverem comitados
2. **ms-config-server-demo**
- ```http://localhost:8888```
3. **ms-client-demo**
- ```http://localhost:8080```
#### Endpoints
- [2] ```/actuator/health``` Mostra estatisticas do servidor.
- [3] ```/refresh``` Atualiza app para receber alterações dos dados no _config-repo_.
- [3] ```/messages``` Mostra a mensagem que é um valor definido no _config-repo_.