|
|
@@ -3,8 +3,8 @@ server:
|
|
3
|
3
|
port: 9604
|
|
4
|
4
|
eureka:
|
|
5
|
5
|
instance:
|
|
6
|
|
- # hostname: 172.16.0.6 #地址
|
|
7
|
|
- hostname: 172.16.0.2 #地址
|
|
|
6
|
+ hostname: 172.16.0.6 #地址
|
|
|
7
|
+ # hostname: 172.16.0.2 #地址
|
|
8
|
8
|
prefer-ip-address: true
|
|
9
|
9
|
status-page-url: http://${eureka.instance.hostname}:${server.port}/swagger-ui.html
|
|
10
|
10
|
client:
|
|
|
@@ -30,8 +30,8 @@ spring:
|
|
30
|
30
|
config:
|
|
31
|
31
|
server:
|
|
32
|
32
|
git:
|
|
33
|
|
- # uri: http://101.36.160.140:21044/csc/csc-szls-config.git # 远程git仓库的地址
|
|
34
|
|
- uri: http://101.36.160.140:21044/csc/csc-szls-config-test.git # 远程git仓库的地址
|
|
|
33
|
+ uri: http://101.36.160.140:21044/csc/csc-szls-config.git # 远程git仓库的地址
|
|
|
34
|
+ # uri: http://101.36.160.140:21044/csc/csc-szls-config-test.git # 远程git仓库的地址
|
|
35
|
35
|
username: xiatongxi # 以及相应的账户名
|
|
36
|
36
|
password: 18331115505a # 和密码
|
|
37
|
37
|
# basedir: E:\JWT\csc-szls-config\ # 可以使用这个配置项来指定本地git仓库的路径
|