-
trying to run gretty with JDK 1.8 for spring boot project
build.gradle
`buildscript {
ext {
springBootVersion = '1.3.3.RELEASE'
```
}
repositories {
mavenCentral()
jcenter()
…
-
Hi,
I have added springfox-swagger2 (version: '2.5.0') and springfox-swagger-ui (version: '2.5.0') dependency in gradle, added @EnableSwagger2. Below is my Swagger configuration file:
```java
@…
-
-
Hi
An issue appears to exist with Enum's and generic types where if we have two APIs that return:
* `ResponseWrapper`
* `ResponseWrapper
-
### Q&A (please complete the following information)
- OS: macOs
- Browser: chrome
- Version: 3.24.0 using https://github.com/webjars/swagger-ui
- Method of installation: https://github.com/we…
bilak updated
4 years ago
-
##### Description
I have upgraded from beta2 to beta3 and the java spring code generated from the api yaml file contains the import:
`springfox.documentation.annotations.ApiIgnore`
but the co…
-
springfox-swagger2: `3.0.0-SNAPSHOT`
springfox-swagger-ui: `3.0.0-SNAPSHOT`
springfox-spring-webflux: `3.0.0-SNAPSHOT`
We are using directModelSubstitute for MonetaryAmount to avoid showing all t…
-
looks still broken, model properties are alphabetically sorted (without order attribute).
_Originally posted by @schrek1 in https://github.com/springfox/springfox/issues/3087#issuecomment-65811398…
-
这样配置 localhost:8080 无法 打开 项目启动正常
-
Here is my log:
```
2019-03-19 19:04:50.013 INFO pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.do…