springboot-javafx-support
springboot-javafx-support copied to clipboard
SpringBoot / JavaFX8 Integration
15:35:16.316 [ForkJoinPool.commonPool-worker-19] ERROR de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport - Failed to load spring application context: java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Cannot instantiate interface org.springframework.context.ApplicationContextInitializer : org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1702) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at...
Hello dear developer There's a question here, it's about startup. (1) Works fine when I start in the IDE.  *(2) When I start via JAR, it reports an error...
``` 12:50:40.574 [ForkJoinPool.commonPool-worker-3] ERROR org.springframework.boot.SpringApplication - Application run failed java.lang.IllegalArgumentException: No auto configuration classes found in META-INF/spring.factories. If you are using a custom packaging, make sure that file is correct....
you should give aclasspath xml root or consider it, because springboot views will put into classpath Or you can make rootfxml setter can be override
Whether it is possible to update java11 branches to maven libraries,I don't find a mirror image of this branch in the maven library,If you can add it to the maven...
----------------------------------------------------------------------------- 1、 JavaFXApplication.showView(TagInfoDialog.class, Modality.APPLICATION_MODAL); 2、 @FXMLController public class TagInfoController implements Initializable { public void initialize(URL location, ResourceBundle resources) { Platform.runLater(() -> { String protocol = CommonSession.Session_Protocol; switch (protocol) { case...
When multiple windows are opened, the listen event in the previous window is invalid.
As the title say, there is the only one way to set the view's controller via "fx:controller" in fxml file and no way can set the controller via the pure...