-
### Q&A
- OS: Windows 10
- Browser: Chrome 80.0.3987.122, Firefox 73.0.1
- Method of installation: through pip install flask-swagger-ui and updating swagger-ui /dist to the latest release obtain…
-
ApiModelProperty hidden doesnot work for java objects
public class MyClass {
@ApiModelProperty (hidden = true)
private MySubSclass subclass;
public MySubSclass getMySubSclass(){
return subs…
-
Hi! I'm having an issue with @ApiImplicitParam in version 3.0.0.
When we define an ApiImplicitParam like so:
`@ApiImplicitParam(name = ID_HEADER, paramType = "header", required = true, dataType…
-
Erro no Terminal do Visual Studio Code.
```
2022-10-01 19:59:12.495 WARN 135008 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initializati…
-
Please take the time to search the repository, if your question has already been asked or answered.
- [x] What version of the library are you using?
v2.9.2
- [x] Problem report
I have develop…
-
I am using springfox-swagger2-2.9.2 but when swagger document is generated its adding originalRef in the response which throws error additional property originalRef not allowed.
` parameters:
…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I am using spring boot application with below springfox dependencies.
```gradle
compile group: 'io.springfox', name: 'springfox-swagger-ui', version: '2.9.2'
compile group: 'io.springfox', name: …
-
Please take the time to search the repository, if your question has already been asked or answered.
- [x] What version of the library are you using? Is it the latest version?
3.0.0
What kind o…
jmsjr updated
3 years ago
-
Hi, I am using version 2.9.2 and I see all the time a lot of exception like the one below. We have tons of models so it's nearly impossible to analyze every single one. Is there any fix or workaround …