Relative Content

Tag Archive for spring-bootjavafxdependency-injection

@Autowired not injecting repository in JavaFx FXML controller

I created a JavaFx project with Spring Boot integration. The project setup is created based on this tutorial: https://blog.jetbrains.com/idea/2019/12/tutorial-reactive-spring-boot/. (the app starts and changes scenes correctly)
I am using Apache Derby as database.
I created logic to import data in database by reading excel file. This is working correctly.