From 3ae4cc40b7a67272e23934d39af549c8ef8b0724 Mon Sep 17 00:00:00 2001 From: "wei.peng" Date: Mon, 6 May 2019 18:59:44 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20=20=E7=A6=81=E6=AD=A2=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E9=98=B2=E6=AD=A2=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=94=99=E4=B9=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-prod.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/i3plus-core-apiservice/src/main/resources/application-prod.properties b/modules/i3plus-core-apiservice/src/main/resources/application-prod.properties index d3a73bc..2f67932 100644 --- a/modules/i3plus-core-apiservice/src/main/resources/application-prod.properties +++ b/modules/i3plus-core-apiservice/src/main/resources/application-prod.properties @@ -111,7 +111,7 @@ impp.schedule.thread-priority=5 #redisIP redis.hostName=192.168.1.240 #端口号 -redis.port=16376 +redis.port=6379 #如果有密码 redis.password= ##其他redis配置需要调整的加在此处 From 52729845d8d59680feff035078d44e753dbeb122 Mon Sep 17 00:00:00 2001 From: "wei.peng" Date: Mon, 6 May 2019 19:04:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20=20=E7=A6=81=E6=AD=A2=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E9=98=B2=E6=AD=A2=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=94=99=E4=B9=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 183e0fd..e1e35d5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ target *.jar *.class .md -*.log \ No newline at end of file +*.log +*.properties \ No newline at end of file