From dcbe910a9321c0acfc5481b0ec1498321c85bd13 Mon Sep 17 00:00:00 2001 From: hupeng Date: Mon, 30 Dec 2019 12:29:25 +0800 Subject: [PATCH] =?UTF-8?q?update=20.gitignore,=E4=BF=AE=E5=A4=8D=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E4=B8=8B=E5=8D=95=E5=9C=B0=E5=9D=80=E6=8A=A5=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- yshop-system/src/main/resources/config/application-prod.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 17b10f69..c718efc5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ poster.jpg simsunb.ttf spy.log Alibaba-PuHuiTi-Regular.otf -*/application.yml \ No newline at end of file +*/application-prod.yml \ No newline at end of file diff --git a/yshop-system/src/main/resources/config/application-prod.yml b/yshop-system/src/main/resources/config/application-prod.yml index 7c286d26..f3f95d55 100644 --- a/yshop-system/src/main/resources/config/application-prod.yml +++ b/yshop-system/src/main/resources/config/application-prod.yml @@ -47,7 +47,7 @@ spring: database: 0 host: 127.0.0.1 port: 6379 - password: + password: #连接超时时间 timeout: 5000