1. 程式人生 > >spring cloud config server SSH配置 git private key方式

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

str check hub key com serve spring pro use

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

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