From 5f56c3a828759dc7b1f3a31a8198045a2f77772b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=87=E6=B9=98=E5=BE=80=E4=BA=8B?= <381332153@qq.com> Date: Sat, 29 Jun 2019 20:40:41 +0800 Subject: [PATCH] Update application-dev.yml --- application-dev.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/application-dev.yml b/application-dev.yml index 1b6a8c8..d9a735a 100644 --- a/application-dev.yml +++ b/application-dev.yml @@ -12,7 +12,7 @@ spring: url: jdbc:mysql://127.0.0.1:3306/cloud?useUnicode=true&characterEncoding=UTF8&useSSL=false&autoReconnect=true driver-class-name: com.mysql.jdbc.Driver username: root - password: root + password: password max-idle: 10 min-idle: 5 test-on-borrow: false @@ -22,9 +22,8 @@ spring: hikari: minimum-idle: 0 redis: - host: 127.0.0.103 + host: 127.0.0.1 port: 6379 - password: x19961010 rabbitmq: host: 127.0.0.1 @@ -39,7 +38,7 @@ spring: base-url: http://localhost:5001 redis: cache: - expiration: 3601 + expiration: 3600 ribbon: eager-load: enabled: true