I have my RestController with below code
while my swagger launching it is showing like below
I don't want v1 into Swagger UI , but somehow my endpoint should get called via 'v1' including. like (http://localhost:8080/v1/myFirstMessage).
Is there any way fo this..?