Skip to content

Commit 0a4ea0a

Browse files
committed
Chore: 레디스 비밀번호 설정 추가
1 parent 242aa7b commit 0a4ea0a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/main/resources/application.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ spring:
1212
redis:
1313
host: ${REDIS_HOST:localhost}
1414
port: ${REDIS_PORT:6379}
15+
password: ${REDIS_PASSWORD:}
1516

1617
jpa:
1718
hibernate:
@@ -29,6 +30,14 @@ spring:
2930
server:
3031
port: 8081
3132

33+
springdoc:
34+
swagger-ui:
35+
path: /swagger-ui.html
36+
tags-sorter: alpha
37+
operations-sorter: alpha
38+
api-docs:
39+
path: /v3/api-docs
40+
3241
management:
3342
endpoints:
3443
web:

0 commit comments

Comments
 (0)