修改字典新增方式与查询方式
This commit is contained in:
parent
d64638b31a
commit
5e850cb6dc
|
@ -18,8 +18,7 @@ import org.springframework.context.annotation.ComponentScan;
|
|||
public class SystemManagerApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
BladeApplication.run("yyhouc-"+
|
||||
CommonConstant.KN_SYSTEM_MANAGER_MODULE_NAME, SystemManagerApplication.class, args);
|
||||
BladeApplication.run(CommonConstant.KN_SYSTEM_MANAGER_MODULE_NAME, SystemManagerApplication.class, args);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue