From 62b8852ba0cfeb6eaf269bb0130b333c9431b2e9 Mon Sep 17 00:00:00 2001 From: zhizhi wu <2377881365@qq.com> Date: Mon, 1 Jun 2020 15:46:16 +0800 Subject: [PATCH] =?UTF-8?q?tall=20test=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tall/src/main/resources/application-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tall/src/main/resources/application-test.yml b/tall/src/main/resources/application-test.yml index 4e7c49c9..87c77335 100644 --- a/tall/src/main/resources/application-test.yml +++ b/tall/src/main/resources/application-test.yml @@ -11,7 +11,7 @@ spring: datasource: type: com.alibaba.druid.pool.DruidDataSource rabbitmq: - host: 192.168.0.99 + host: 127.0.0.1 password: 111111 port: 5672 username: admin @@ -32,4 +32,4 @@ swagger: eureka: instance: ip-address: 192.168.0.99 -gatewayUrl: https://test.tall.wiki/gateway/ \ No newline at end of file +gatewayUrl: http://192.168.0.99/gateway/ \ No newline at end of file