Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -39,7 +38,7 @@ spring:
base-url: http://localhost:5001
redis:
cache:
expiration: 3601
expiration: 3600
ribbon:
eager-load:
enabled: true
Expand Down