refactor(system): 重构system配置管理

This commit is contained in:
黄斌峰
2026-08-10 07:35:19 +08:00
parent 0aae137e7b
commit 570aa77f4e
5 changed files with 27 additions and 30 deletions
@@ -39,6 +39,7 @@ import org.springframework.context.annotation.ComponentScan;
public class SystemApplication {
public static void main(String[] args) {
BladeApplication.disableNacosLaunchConfig();
BladeApplication.run(AppConstant.APPLICATION_SYSTEM_NAME, SystemApplication.class, args);
}