This commit is contained in:
glj 2023-04-21 16:19:31 +08:00
commit 6df1c51c0a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +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);
}
}