Why does springfox-swagger2 UI tell me Unable to infer base url.
As far as I know, I am using a typical Swagger spring-boot configuration.
As you can
I had the same issue, but (maybe) I had a version missmatch in the pom.xml
My project version is:
org.springframework.boot
spring-boot-starter-parent
2.2.0.M5
Then, It started to work when I added the following dependency:
org.springframework.plugin
spring-plugin-core
1.2.0.RELEASE
Found at: https://github.com/springfox/springfox/issues/2932