master
chentaisen 2024-09-03 21:05:41 +08:00
parent e474cb3d82
commit e82c31dd70
3 changed files with 15 additions and 14 deletions

View File

@ -79,4 +79,5 @@ public class GenerateConstant {
" }\n" +
"}";
}
}

View File

@ -85,6 +85,7 @@ public class RuleEditionController {
} else {
log.info("没有找到文件");
}
LambdaQueryWrapper<RuleEdition> queryWrapper = new LambdaQueryWrapper<>();
queryWrapper.eq(
RuleEdition::getRuleKind, ruleEdition.getRuleKind()

View File

@ -22,6 +22,7 @@ public class JavaCodeScan {
/**
* java file
*
* @param filePath
* @return
*/
@ -33,6 +34,7 @@ public class JavaCodeScan {
/**
* java file
*
* @param filePath
* @return
*/
@ -43,6 +45,7 @@ public class JavaCodeScan {
/**
* java File
*
* @param filePath
* @return
*/
@ -55,10 +58,7 @@ public class JavaCodeScan {
}
/**
*
* @param filePath
* @param suf
* @return
@ -74,7 +74,6 @@ public class JavaCodeScan {
return false;
} else {
log.info("扫描到{}文件->{}", suf, name);
return true;
}