Niranjan G n
Niranjan G n

Reputation: 1

need to add path parameter to the cxf openapi config url

I have integrated CXF, Open API and swagger UI. At present I need to customize path to Open API and swagger UI.

Example:
project URL = https://localhost:8080/api
open api URL = https://localhost:8080/api/openapi.json

Now I need to add user path parameter to https://localhost:8080/api/{user}/openapi.json

Need to add {user} path parameter to the /openapi.json as prefix.

I tried to configure this using customizer, but still it's taking default path. How can I customize Open API config URL and swagger UI?

Upvotes: -1

Views: 17

Answers (0)

Related Questions