SpringBoot AOT unable to find context when run in JavaFX
I am attempting to use SpringBoot along with JavaFX. To do this, the main class extends the JavaFX Application. I then start the spring context from the JavaFx thread during the init method.
I am attempting to use SpringBoot along with JavaFX. To do this, the main class extends the JavaFX Application. I then start the spring context from the JavaFx thread during the init method.