mirror of
https://github.com/yzcheng90/X-SpringBoot
synced 2025-11-12 19:02:00 +08:00
修复了一些bug
This commit is contained in:
@@ -193,7 +193,7 @@ public class GenUtils {
|
||||
}
|
||||
|
||||
if (template.contains("Mapper.xml.vm" )) {
|
||||
return "main" + File.separator + "resources" + File.separator + "mapper" + File.separator + moduleName + File.separator + className + "mapper.xml";
|
||||
return "main" + File.separator + "resources" + File.separator + "mapper" + File.separator + moduleName + File.separator + className + "Mapper.xml";
|
||||
}
|
||||
|
||||
if (template.contains("list.html.vm" )) {
|
||||
|
||||
Reference in New Issue
Block a user