forked from Archives/Athou_commafeed
let quarkus generate the documentation
This commit is contained in:
@@ -10,7 +10,7 @@ quarkus.http.filter.index-html.header."Cache-Control"=no-cache
|
||||
quarkus.http.filter.index-html.matches=/
|
||||
## make sure the openapi documentation is always up to date
|
||||
quarkus.http.filter.openapi.header."Cache-Control"=no-cache
|
||||
quarkus.http.filter.openapi.matches=/openapi[.](json|yaml)
|
||||
quarkus.http.filter.openapi.matches=/openapi
|
||||
## make sure /next always redirects to the next unread entry
|
||||
quarkus.http.filter.next.header."Cache-Control"=no-cache
|
||||
quarkus.http.filter.next.matches=/next
|
||||
@@ -32,6 +32,11 @@ quarkus.websocket.dispatch-to-worker=true
|
||||
quarkus.liquibase.change-log=migrations.xml
|
||||
quarkus.liquibase.migrate-at-start=true
|
||||
|
||||
# openapi
|
||||
quarkus.smallrye-openapi.path=/openapi
|
||||
quarkus.swagger-ui.path=/api-documentation
|
||||
quarkus.swagger-ui.always-include=true
|
||||
|
||||
# shutdown
|
||||
quarkus.shutdown.timeout=5s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user