修正服务名

This commit is contained in:
王洪庆 2023-04-21 14:09:22 +08:00
parent 836a19065c
commit fd313cce30
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 class SystemManagerApplication {
public static void main(String[] args) { 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);
} }
} }