Skip to content

Commit 95d2249

Browse files
committed
(TP-117) feat: add springdoc config
1 parent c014d06 commit 95d2249

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

rentplace/src/main/resources/application.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ spring:
2929
ssl:
3030
enable: false
3131
#trust: smtp.gmail.com
32+
springdoc:
33+
swagger-ui:
34+
path: /swagger-ui/html
35+
api-docs:
36+
path: /v3/api-docs
3237
logging:
3338
level:
3439
org.springframework.mail: DEBUG

0 commit comments

Comments
 (0)