fix bug of request param lost
This commit is contained in:
parent
7a7c35538d
commit
b14be4b51b
src/main/java/com/power/doc/template
|
@ -456,10 +456,6 @@ public class SpringBootDocBuildTemplate implements IDocBuildTemplate<ApiDoc> {
|
|||
String strRequired = "true";
|
||||
for (JavaAnnotation annotation : annotations) {
|
||||
String annotationName = annotation.getType().getValue();
|
||||
String fullName = annotation.getType().getSimpleName();
|
||||
if (!springMvcRequestAnnotations.contains(fullName)) {
|
||||
continue out;
|
||||
}
|
||||
if (SpringMvcAnnotations.REQUEST_HERDER.equals(annotationName)) {
|
||||
continue out;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue