xiewj 1 年之前
父节点
当前提交
26b79c5a76
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/main/resources/application-jp-test.yaml

+ 3 - 3
src/main/resources/application-jp-test.yaml

@@ -15,10 +15,10 @@ spring:
       max-lifetime: 1800000             # 连接的生命时长(毫秒),超时而且没被使用则被释放(retired),默认:30分钟 1800000ms
       connection-test-query: SELECT 1   # 连接测试语句
   redis:
-    host: 172.18.156.39
+    host: 127.0.0.1
     port: 6379
     timeout: 6000ms
-    password: bgh0cae240
+    password:
     database: 0
     jedis:
       pool:
@@ -42,7 +42,7 @@ spring:
     port: 80
   bimService:
     #bim 服务
-    basePath: http://uat-bim.4dkankan.com
+    basePath: http://test-bim-jp.4dkankan.com
     port: 80
 logging:
   config: classpath:logback-spring.xml