I use swagger-springmvc in the spring-boot project and everything works fine, but when I add the swagger-spring -mvc-ui dependency to my project, swagger-u overloads my query matching for the base url, I am pretty shure there way to specify the UI to another url. Does anyone know how to change the default path for swagger-ui?
source share