-
I am having an issue which seems related to issue #586. I am using Spring Boot and Groovy.
My Springfox dependencies are
```
compile 'io.springfox:springfox-swagger2:2.1.2'
compile 'io.springfox:spr…
-
hi , tried to deploy my sample app on cloud foundry with swagger2 but getting the below error , same code working fine on my local. I'm using Spring boot with Jdk1.8 . Please help me !
swaggerReleas…
-
Hi,
I'm new to springfox, swagger, and maven and have recently taken over a project with an outdated version swagger-springmvc. I've got an idea of where to start with moving to springfox; however, t…
-
I have upgraded to 2.1.0 and now get this on startup. I have not modified my config from 2.0.3 which was working.
```
Jul 17, 2015 10:41:15 AM org.apache.catalina.core.ApplicationDispatcher invoke
SE…
-
I'm using IE 11 and Swagger UI does not display list of API. In Chrome everything works.
Using Spring boot and JDK 1.7
This is what I have in pom.xml:
jcenter-snapshots
jcen…
-
Hi,
I am using the 2.0.0 snapshot versions. Earlier I had the default response messages like 400, 401 etc.
I had disabled that using,
plugin.useDefaultResponseMessages(false);
Now, I have t…
-
swagger-2.0.0-SNAPSHOT
The configuration:
- EnableSwagger2
- DocumentationType.SWAGGER_2
``` java
@SpringBootApplication
@EnableSwagger2
public class Application {
public static void main(Strin…
-
When in Swagger 2
I have this
``` java
public List searchUsers(
@PathVariable String loginId,
@QueryParam("page") @DefaultValue("1") Integer page,
@QueryParam…