forked from loafle/openapi-generator-original
committed by
Jérémie Bresson
parent
cf657f1c7b
commit
fbe9626b7e
@@ -178,7 +178,7 @@ public class JavaJAXRSSpecServerCodegen extends AbstractJavaJAXRSServerCodegen {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Map<String, Object> postProcessSupportingFileData(Map<String, Object> objs) {
|
public Map<String, Object> postProcessSupportingFileData(Map<String, Object> objs) {
|
||||||
generateJSONSpecFile(objs);
|
generateYAMLSpecFile(objs);
|
||||||
return super.postProcessSupportingFileData(objs);
|
return super.postProcessSupportingFileData(objs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
3.0.0-SNAPSHOT
|
3.0.1-SNAPSHOT
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
3.0.0-SNAPSHOT
|
3.0.1-SNAPSHOT
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
3.0.0-SNAPSHOT
|
3.0.1-SNAPSHOT
|
||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user