SpringBoot集成springfox-swagger2构建restful API 一、在pom.xml中引用相关依赖 <dependency><groupId>io.springfox</groupId><artifactId>springfox-swagger2</artifactId><version>2.4.0</version></dependency><dependency><groupId>io.springfox</groupId><artifactId>springfox-swagger-ui</artifactId><version>2....
You said postman is working fine but maybe you had a setting(something like a proxy config) there for a specific application. Can you add these two dependencies and see if you can hit from swagger. <dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-validat...