Skip to content

Commit

Permalink
man for swagger-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Weyrich committed Aug 12, 2024
1 parent aaba599 commit 266d760
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/spring/Swagger-ui.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Spring swagger ui


URL: http://localhost:8080/swagger-ui/index.htm


activate in application.properties

```properties
springdoc.api-docs.enabled=true
springdoc.swagger-ui.enabled=true
springdoc.swagger-ui.disable-swagger-default-url=true
```

0 comments on commit 266d760

Please sign in to comment.