【fix】打包dmg 正常打开窗口

This commit is contained in:
macbookpro
2025-08-09 13:31:59 +08:00
parent 8d845c64c1
commit d8285fd074
3 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ package org.framework.lazy.cloud.network.heartbeat.client;
import io.netty.util.internal.PlatformDependent;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Import;
import org.wu.framework.javafx.spring.starter.SpringJavaFxLauncher;
import org.wu.framework.lazy.orm.core.stereotype.LazyScan;
/**
@@ -11,6 +13,7 @@ import org.wu.framework.lazy.orm.core.stereotype.LazyScan;
@LazyScan(scanBasePackages = "org.framework.lazy.cloud.network.heartbeat.client.infrastructure.entity")
@SpringBootApplication
@Import(SpringJavaFxLauncher.class)
public class LazyCloudHeartbeatClientStart {
public static void main(String[] args) {