1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
| server:
| port: 8193
| servlet:
| encoding:
| force-response: true #中文乱码
|
| eureka:
| instance:
| preferIpAddress: true
| client:
| serviceUrl:
| defaultZone: http://${EUREKA_URL:localhost}:8192/eureka
|
| spring:
| application:
| name: config
|
| cloud:
| config:
| server:
| git:
| uri: http://gitlab.nhys.cdnhxx.com/huanghongfa/config-repo.git
| # search-paths: adminConfig
| username: huanghongfa
| password: huanghongfa123456
| # basedir: F:\nahan\config-repo\config-repo
|
|