huanghongfa
2021-04-27 66e6e417d69c5ccebc61082519e4e65eff81b490
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
server:
  port: 8765
 
spring:
  application:
    name: config-server
 
  cloud:
    config:
      server:
        git:
          uri: https://github.com/magicLian/springcloud_demo_on_k8s.git
          search-paths: adminConfig
#          username: *************
#          password: *************