Skip to content

Commit

Permalink
remove: redisson 프로퍼티 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyu0218 committed Nov 20, 2024
1 parent db49e2b commit bb60f21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ spring:
redis:
host: localhost
port: 6379
redisson:
enabled: true
file: classpath:redisson-config.yml
servlet:
multipart:
max-file-size: 5MB
Expand Down
2 changes: 0 additions & 2 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ spring:
use_sql_comments: true
highlight_sql: true
open-in-view: false
redisson:
enabled: false
flyway:
enabled: false

Expand Down

0 comments on commit bb60f21

Please sign in to comment.