From 83800853f3f8f1c2dae8afa866afda55901071f3 Mon Sep 17 00:00:00 2001 From: wangning <164851225@qq.com> Date: Fri, 4 May 2018 15:49:48 +0800 Subject: [PATCH] update --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 06300edc6..2fd7a22a3 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,6 @@ server.port=5000 -spring.profiles.active=dev,alipay,bestpay,jd,wechat +spring.profiles.active=local,alipay,bestpay,jd,wechat env.company=RoyalPay @@ -18,7 +18,7 @@ spring.datasource.max-idle=150 spring.datasource.max-wait=3000 spring.datasource.filters=stat,wall,log4j -spring.redis.host=192.168.99.103 +spring.redis.host=127.0.0.1 spring.redis.port=6379 spring.redis.database=1