I noticed after annotating javafx controller classes with fxmlview annotation, there is no automated registration of the annotated classes as spring beans. Currently, we need to manually load the controller class via fxweaver to initialize the bean whenever we need to reference the controller class. Created a pull request #16 to specify basepackages to autoscan and register the annotated classes via application.properties 'fxweaver.autoscan.basepackages' property, see modified spring boot starter sample in pull request, thanks.
Regards
Handa