Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
titlesrc/main/resources/application.properties
## Redis 설정을 추가 합니다.
[root@workspace-vm sanse-reactive-link-shortener-sample-app]# cat src/main/resources/application.properties 
app.baseUrl=http://localhost:8080/

## host 와 port를 추가 합니다.
spring.redis.host=redis
spring.redis.port=6379

...