mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2026-02-04 06:55:52 +08:00
【fix】打包dmg 正常打开窗口
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
<!-- JavaFX Web 模块(包含 javafx.scene.web.JSObject) -->
|
||||
<!-- 窗口 -->
|
||||
<dependency>
|
||||
<groupId>org.wu.framework</groupId>
|
||||
<groupId>top.wu2020</groupId>
|
||||
<artifactId>wu-framework-javafx-spring-starter</artifactId>
|
||||
<version>1.3.4-JDK24-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
</dependency>
|
||||
<!-- 窗口 -->
|
||||
<dependency>
|
||||
<groupId>org.wu.framework</groupId>
|
||||
<groupId>top.wu2020</groupId>
|
||||
<artifactId>wu-framework-javafx-spring-starter</artifactId>
|
||||
<version>1.3.4-JDK24-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user