💻 Spring Cloud Config Server Git Environment Repository

  • This repo is used in microservice course to show how to build a config server
  • Is public by the course purpose in show how it works
  • If the repo use 2FA its necessary generate a token for client
  • App password can be generated in Settings / Deveoper Settings / Personal access token https://github.com/settings/tokens

add this two lines to your config server

spring.cloud.config.server.git.username='username'
spring.cloud.config.server.git.password='password'

✨ Technologies

  • Spring cloud config