We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242aa7b commit 0a4ea0aCopy full SHA for 0a4ea0a
1 file changed
src/main/resources/application.yml
@@ -12,6 +12,7 @@ spring:
12
redis:
13
host: ${REDIS_HOST:localhost}
14
port: ${REDIS_PORT:6379}
15
+ password: ${REDIS_PASSWORD:}
16
17
jpa:
18
hibernate:
@@ -29,6 +30,14 @@ spring:
29
30
server:
31
port: 8081
32
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
+
41
management:
42
endpoints:
43
web:
0 commit comments