spring cloud config server SSH配置 git private key方式

spring:
  cloud:
    config:
      server:
        git:
          uri: [email protected]:my-team/config-properties-demo.git
          user: someone
          private_key_file: /path/to/private_key
          strictHostKeyChecking: false

猜你喜欢

转载自www.cnblogs.com/xielei/p/10452855.html