springfox/springfox-demos

[Question] Change /api-docs URL using springfox-boot-starter:3.0.0

VeronikaVakadinova opened this issue · 0 comments

Hello all,

Hope you are all good.
Recently I am using springfox v3 to generate my swagger documentation.
What I am trying to achieve is change the default URL for /api-docs that currently is under /v3/api-docs to only /api-docs.

Properties file configuration is not working and I can not figure it out.
Can you give me any suggestions?

Thanks.