Skip to content

Commit

Permalink
update: api-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
siwonpada committed Aug 25, 2024
1 parent 4e470a1 commit 5e96f5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ springdoc.default-produces-media-type=application/json
jwt.secret=${JWT_SECRET}
jwt.expiration=${JWT_EXPIRATION}
springdoc.packages-to-scan=me.gistory.newbies_server_24.controllers
springdoc.swagger-ui.path=/api
springdoc.swagger-ui.disable-swagger-default-url=true
springdoc.swagger-ui.display-request-duration=true
springdoc.swagger-ui.operations-sorter=alpha
springdoc.swagger-ui.operations-sorter=alpha
springdoc.api-docs.enabled=true
springdoc.api-docs.path=/api-docs

0 comments on commit 5e96f5b

Please sign in to comment.