Whitelabel Error Page Swagger, This application has no explicit mapping for /error, so you are seeing this as a fallback swagger2:3.0.0-SNAPSHOT
问题 Trying to configure swagger in spring boot 2.3.1. Gradle Config repositories { mavenCentral() maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local/' } } dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-rest' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } implementation "io.springfox:springfox-boot-starter:3.0.0-SNAPSHOT" compile('io.springfox:springfox