|
|
@@ -67,7 +67,7 @@ public class CodeBuildHandler extends AbstractHandler { |
|
|
|
if (StringUtils.isEmpty(moduleName)) throw new BizException("此项目未定义Module!"); |
|
|
|
|
|
|
|
final String eventPath = ModelFormHelper.getEventPath(form); |
|
|
|
codePath = ModelFormHelper.getCodePath(form) + "/src/main/resources/static/" + eventPath.replaceAll("\\.", "/"); |
|
|
|
codePath = ModelFormHelper.getCodePath(form) + "/src/main/resources/static/event/" + eventPath.replaceAll("\\.", "/"); |
|
|
|
new File(codePath).mkdirs(); |
|
|
|
|
|
|
|
SwMap model = new SwMap(); |
|
|
|