|
@@ -24,13 +24,13 @@ public class ProjectModelDocService {
|
|
|
System.out.println(json);
|
|
|
}
|
|
|
//文件路径
|
|
|
- String filePath = "D:\\project\\delivery_project\\工具\\数据库详细文档设计\\mysql-gen-doc\\doc";
|
|
|
+ String filePath = "./";
|
|
|
|
|
|
//文件名称
|
|
|
String fileName = System.currentTimeMillis() + "mean.doc";
|
|
|
|
|
|
/** 生成word */
|
|
|
|
|
|
- WordUtil.createWord(json, "softinfo.ftl", filePath, fileName);
|
|
|
+ WordUtil.createWord(json, "wordinfo.ftl", filePath, fileName);
|
|
|
}
|
|
|
}
|