We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cc20b commit 2fc22e8Copy full SHA for 2fc22e8
generator/src/main/resources/template/layout/generator.ftl
@@ -22,7 +22,7 @@ public class GeneratorTest {
22
// 【必填项】项目名称
23
Config.projectName = "${projectName}";
24
// 【必填项】项目根路径 - src目录的上层,如果不存在目录会自动创建
25
- Config.projectRootPath = "${projectRootPath}";
+ Config.projectRootPath = "${projectRootPath?replace("\\", "\\\\")}";
26
// 【必填项】要生成的根包名,如果不存在目录会自动创建
27
Config.basePackageName = "${basePackageName}";
28
0 commit comments