Dilip Krishnan

Results 231 comments of Dilip Krishnan

how did u set the port to 8130? are u sure its serving on that port?

Have you seen the [readme](https://github.com/springfox/springfox-demos/tree/master/spring-java-swagger)?

Are you checking this address `http://localhost:8080/spring-java-swagger/swagger-ui.html`?

@einverne the last version supporting 3.2.x is version 2.5.0 I believe

What happens when you navigate to `http(s)://HOST:PORT/CONTEXT_PATH/v2/api-docs` does it show your endpoint?

Somethings not right. Why don't I see the Tag("TestInfo", "All apis relating to test") in your tags section?

Have you read [the docs](http://springfox.github.io/springfox/docs/current/#springfox-swagger2-with-spring-mvc-and-spring-boot)?

@SamEFX you can have multiple dockets representing your sliver of specs. The request handler selectors and api selectors can help you select them and the docket name itself serves as...