SpringBoot / JavaFX8 Integration. Contribute to linux-china/springboot-javafx-support development by creating an account on GitHub.
<artifactId>testfx-junit5</artifactId> <version>${testfx.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testfx</groupId> <artifactId>openjfx-monocle</artifactId> <version>jdk-12.0.1+2</version> <scope>test</scope> </dependency> </dependencies> ...