-
We have multiple gradle sub-projects, each with their own openapi.yaml and generate Spring interfaces for those. Each yaml contains something like this:
so for this example I'd like a root |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I fear there is currently no explicit support for this. You have to add it to the api paths. We would need to replace the variables and strip the protocol/host, and a switch to enable it. I think that shouldn't be very difficult to add. |
Beta Was this translation helpful? Give feedback.
-
I wonder if it would be nicer to create a property file with the base path:
|
Beta Was this translation helpful? Give feedback.
I fear there is currently no explicit support for this. You have to add it to the api paths.
We would need to replace the variables and strip the protocol/host, and a switch to enable it.
I think that shouldn't be very difficult to add.