# javafx-boot **Repository Path**: aohanhongzhi/javafx-boot ## Basic Information - **Project Name**: javafx-boot - **Description**: JavaFx with SpringBoot - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 117 - **Created**: 2019-11-09 - **Last Updated**: 2022-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # javafx-boot #### 介绍 > 参考:https://segmentfault.com/a/1190000014037443 JavaFx with SpringBoot 快速开始 - [springboot-javafx-support](https://github.com/roskenet/springboot-javafx-support) - [JavaFX Maven Plugin](https://github.com/javafx-maven-plugin/javafx-maven-plugin) #### 配置(application.yml) ```yaml javafx: title: JavaFx & SpringBoot appicons: /icon/icon.png stage: width: 640 height: 480 # style: DECORATED # javafx.stage.StageStyle [DECORATED, UNDECORATED, TRANSPARENT, UTILITY, UNIFIED] # resizable: false ``` #### 运行效果 ![截图](./screenshot/03.gif) #### 打包教程 `mvn jfx:native` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request