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