Skip to content

Commit

Permalink
swagger-api#143 fixed the absence of the openapi-inflector.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanovIlya116 committed Apr 10, 2024
1 parent a0f12dd commit ca82206
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/main/resources/openapi-inflector.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
controllerPackage: io.swagger.petstore.controller
modelPackage: io.swagger.petstore.model
swaggerUrl: openapi.yaml

exposedSpecOptions:
useOriginalNotParsed: true

entityProcessors:
- json
- yaml
- xml

swaggerProcessors:
- io.swagger.petstore.utils.HandleAuthUrlProcessor

rootPath: /api

0 comments on commit ca82206

Please sign in to comment.