|
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 |
Answered by
hauner
Sep 4, 2024
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. |
2 replies
Answer selected by
eekboom
0 replies
|
I wonder if it would be nicer to create a property file with the base path: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.