-
We are using Springboot with JAX-RS/RestEasy instead of spring web MVC. I setup the Docket as mentioned in the documentation but the swagger api docs does not show my resources. It shows the actuator…
-
I use Spring MVCs ModelAttribute to map query parameters to an object encapsulating the fields.
```
public String getTargets(@ModelAttribute TargetRequest request, Model model) throws Exception {
.…
-
Hi,
I am using springfox 2.5 with jdk1.8 and spring4, i get following errors, please suggest.
org.apache.catalina.core.StandardContext loadOnStartup
SEVERE: Servlet [springfox] in web application [/…
-
not just only "string" @mseibt
![anonymization_input](https://user-images.githubusercontent.com/12895764/37084418-c29e102c-21f2-11e8-9b07-88fe49a717e1.png)
-
Use case: copy URL to some operation from the non-default group, send to someone. Clicking on the URL should expand UI to this operation automatically (as it works for the default group).
It's now …
-
https://www.xiaominfo.com/2019/05/20/springfox-0/
最近闲来无事,之前在开发过程中一直在用到springfox来生成swagger的文档,但一直对springfox的源码尚未研究,所以决定对源码进行探究一番.
-
https://github.com/obrienlabs/magellan/issues/6
-
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…
-
## WS-2021-0461 - Medium Severity Vulnerability
Vulnerable Library - springfox-swagger-ui-2.9.2.jar
JSON API documentation for spring based applications
Library home page: https://github.com/springf…
-
support spring annotations, this would allow this tool to work for non jaxrs source code like spring mvc, would probably need to rename or implement as a different doclet...