added property file

This commit is contained in:
Tony Tam
2015-04-03 22:41:00 -07:00
parent 610143f4ad
commit f75312105d
3 changed files with 5 additions and 0 deletions

View File

@@ -68,6 +68,8 @@ public class SpringfoxServerCodegen extends JavaClientCodegen implements Codegen
(sourceFolder + File.separator + configPackage).replace(".", java.io.File.separator), "WebApplication.java"));
supportingFiles.add(new SupportingFile("webMvcConfiguration.mustache",
(sourceFolder + File.separator + configPackage).replace(".", java.io.File.separator), "WebMvcConfiguration.java"));
supportingFiles.add(new SupportingFile("swagger.properties",
("src.main.resources").replace(".", java.io.File.separator), "swagger.properties"));
languageSpecificPrimitives = new HashSet<String>(
Arrays.asList(