fix enum value issue for jaxrs cxf

This commit is contained in:
wing328
2016-09-08 17:30:20 +08:00
parent 47e75cb7b1
commit 4f0f128ddb
6 changed files with 274 additions and 82 deletions

View File

@@ -19,6 +19,9 @@ public class JavaCXFServerCodegen extends AbstractJavaJAXRSServerCodegen
outputFolder = "generated-code/JavaJaxRS-CXF";
apiTestTemplateFiles.clear(); // TODO: add test template
//TODO add auto-generated pom.xml for maven
//apiTemplateFiles.put("pom.mustache", "pom.xml");
// clear model and api doc template as this codegen
// does not support auto-generated markdown doc at the moment
//TODO: add doc templates