master
zhang chengzhi 2024-09-02 11:23:52 +08:00
parent 2c68bd9545
commit 5b752d593d
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public class EngineConfig {
/**
*
*/
private String pack = "com.muyu.rule.server.basic.engine.value";
private String pack = "com.muyu.rule.server.basic.engine.value.";
//private String pack = "com.muyu.rule.server.engine.";
// E:\\临时\\2024年8月23日\\
@ -37,6 +37,7 @@ public class EngineConfig {
}
public void setPack(String pack) {
this.pack = pack;
}