Parcourir la source

修改git地址

shengyang000 il y a 5 ans
Parent
commit
b47f2e316f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/main/resources/bootstrap.yml

+ 2 - 2
src/main/resources/bootstrap.yml

@@ -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仓库的路径