Answers for "spring cloud config server authentication"

0

spring cloud config server authentication

spring:
  cloud:
    config:
      server:
        git:
          uri: https://github.com/spring-cloud-samples/config-repo
          username: trolley
          password: strongpassword
Posted by: Guest on September-01-2021

Code answers related to "spring cloud config server authentication"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language