-
### Feature Summary
API Documentation: The API provides comprehensive documentation using tools like Swagger or Springfox. This documentation outlines the available endpoints, request/response format…
-
0
I'm using a openapi-generator-maven-plugin with 4.2.3 version.
My configuration looks like this:
OffsetDate=LocalDate
…
-
In a Grails controller, there are two forms for the static allowedMethods.
`static allowedMethods = [ 'actionName': 'POST' ] // for a single verb`
or
`static allowedMethods = [ 'actionName': [ 'PO…
-
# **Springfox Swagger Version**
2.8.0
# **Spring Boot Version**
2.0.2.RELEASE
# **Description**
When using `component-indexer` with `springfox-swagger2`, the application fails to start.
…
-
Swagger 추가
-
According to @pieperbeuth several attemps to add a model weren't successful. Maybe @mseibt knows, how to solve this issue.
-
In Version 2.8.0 the Manifest-file of all springfox .jars is looking like this:
```mf
Manifest-Version: 1.0
Build-Time: 2018-01-14T16:14:02-0600
Built-With: gradle-4.4.1, groovy-2.4.12
Impleme…
-
improve controllers so we can have better API management (i.e. versioning). For example, have "/v1/" in the path so we can have multiple concurrent versions.
Also, try to improve APIs (format, syntax…
-
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
- […
-
When an API returns a generic response type swagger-core:
1. The swagger-core generated object name is not linked to the API definition response.
2. Does not provide a means to customize the name…