数据接入

master
Qin Dong Ming 2024-09-06 20:13:59 +08:00
parent d4f1fc26da
commit 858a93e7d8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class RuleTest {
try { try {
//外部类文件路径 //外部类文件路径
String externalClassFilePath = String externalClassFilePath =
engineWorkSourcePath + "/com/muyu/abstracts" + engineVersion.getName() + ".class"; engineWorkSourcePath + "/com/muyu/abstracts/" + engineVersion.getName() + ".class";
Path classFilePath = Paths.get(externalClassFilePath); Path classFilePath = Paths.get(externalClassFilePath);
//获取外部类所在的目录 //获取外部类所在的目录
String externalClassDir = externalClassFilePath.substring(0, externalClassFilePath.lastIndexOf('/')); String externalClassDir = externalClassFilePath.substring(0, externalClassFilePath.lastIndexOf('/'));