Ver Fonte

BUG修改

shuzhan há 2 anos atrás
pai
commit
086cf9d162

+ 2 - 2
src/main/resources/application-test.yml

@@ -17,12 +17,12 @@ spring:
     # Redis数据库索引(默认为0)
     database: 3
     # Redis服务器地址
-    host: myredis
+    host: 47.111.136.126
     # Redis服务器连接端口
     port: 6379
     password:
   rabbitmq:
-    host: 47.111.136.126
+    host: rabbitmq
     port: 5672
     username: admin
     password: jpsoft

+ 1 - 1
src/main/resources/application.yml

@@ -66,7 +66,7 @@ spring:
     # Redis数据库索引(默认为0)
     database: 3
     # Redis服务器地址
-    host: 127.0.0.1
+    host: 47.111.136.126
     #host: 127.0.0.1
     # Redis服务器连接端口
     port: 6379