mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2026-02-04 15:05:54 +08:00
【fix】打包dmg 正常打开窗口
This commit is contained in:
@@ -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