mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
修复代码生成器biz路径问题
This commit is contained in:
parent
2d797ef3e8
commit
93718f9167
@ -217,7 +217,7 @@ public class CodegenEngine {
|
|||||||
private static String mapperXmlFilePath() {
|
private static String mapperXmlFilePath() {
|
||||||
return "yudao-module-${table.moduleName}/" + // 顶级模块
|
return "yudao-module-${table.moduleName}/" + // 顶级模块
|
||||||
"yudao-module-${table.moduleName}-biz/" + // 子模块
|
"yudao-module-${table.moduleName}-biz/" + // 子模块
|
||||||
"src/main/java/resources/mapper/${table.businessName}/${table.className}Mapper.xml";
|
"src/main/resources/mapper/${table.businessName}/${table.className}Mapper.xml";
|
||||||
}
|
}
|
||||||
|
|
||||||
private static String vueTemplatePath(String path) {
|
private static String vueTemplatePath(String path) {
|
||||||
|
Loading…
Reference in New Issue
Block a user