引入依赖(使用的jdk8,内置了javafx,若使用高版本需要手动加入javafx的依赖) <dependencies><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter</artifactId></dependency></dependencies><dependencyManagement><dependencies><dependency><groupId>org.springframework.boot</groupId><...
为了方便的将Spring boot 与 JavaFX结合,可以方便的在JavaFx中使用Spring boot的能力,自己写个包发布到中央仓库 Maven 添加以下依赖 <dependency><groupId>io.github.podigua</groupId><artifactId>javafx-podigua-boot-starter</artifactId><version>1.0.0</version></dependency> 用法 创建一个类,继承AbstractJa...