添加版本删除
parent
921e839d84
commit
93247c0339
|
@ -141,7 +141,7 @@ public class RuleEngineVersionServiceImpl extends ServiceImpl<RuleEngineVersionM
|
||||||
log.info("======>" + versionClazz);
|
log.info("======>" + versionClazz);
|
||||||
//把源代码的不等号符号进行转换
|
//把源代码的不等号符号进行转换
|
||||||
versionClazz = versionClazz.replace("<", "<").replace(">", ">");
|
versionClazz = versionClazz.replace("<", "<").replace(">", ">");
|
||||||
|
log.info("进行符号转换后的======>" + versionClazz);
|
||||||
String ossFilePath = className + Suffix_JAVA;
|
String ossFilePath = className + Suffix_JAVA;
|
||||||
//创建服务器项目容器的java源码文件目录路径
|
//创建服务器项目容器的java源码文件目录路径
|
||||||
File serverFile = new File(engineWorkSourcePath, ossFilePath);
|
File serverFile = new File(engineWorkSourcePath, ossFilePath);
|
||||||
|
|
Loading…
Reference in New Issue