-
Unable to run walkmod on spring boot applications,
i have added following plugin in my pom.xml
```
org.walkmod
maven-walkmod-plugin
1.3
…
-
I am using the following spring cloud starter project - spring-cloud-starter-parent:Brixton.M5
I have enabled FeignClient and enabled Swagger2.
I had come across an issue when both Swagger and Feign …
-
Swagger2Markup version:
```
io.springfox
springfox-swagger2
2.5.0
compile
```
Problem description:
I am currently getting a 'Connection Refused' error while trying to Convert swagg…
-
Hi
I use Spring boot, swagger-maven-plugin and springfox-swagger2 with last versions
I just want to have enums in my definitions
public class OrderDto {
private String id;
…
-
I am not able to see the Model definitions when spring security is enabled.
definitions: {
Response: {
type: "object"
},
eventhough Response object contains multiple fields and i tried documenting …
-
##### **Overview of the issue**
After fresh installation of a gateway when I try to start application with gradle bootRun
I get
Cause 1: org.gradle.internal.resolve.ModuleVersionNotFoundException: …
-
Hi,
I am using the sample Consul app and getting the following exception:
```
java.lang.IllegalStateException: Error processing condition on org.springframework.cloud.consul.discovery.ConsulDiscover…
-
I am getting NullPointerApplication during application startup. It works fine in embedded container but when i create the war and deploy it on tomcat8, i get this excpetion
springfox Version
```
…
-
_This issue is linked with that issue https://github.com/spring-cloud/spring-cloud-netflix/issues/672_
On project with springfox 2.2.2 & spring-cloud brixton.M3 (and spring-boot 1.3.0.RELEASE) , an N…
-
Hi, there I trying to rearrange properties of some model in new spring boot application with only installed spring-fox 2.2.2 and spring-fox-ui 2.2.2.
Can you provide some demo in which this function…