Sources of the application with the problem: github
Problem: @Value / @Resource / @Autowired annotations do not work in @Autowired . Moreover, if @Autowired registered on the constructor, and not on the field, then it works (for example, if you pass resourcesUtil through the constructor). How to fix this problem?
PS: The class ru.blestar.ui.StartView is seen as a component / bin and is substituted into the class ru.blestar.App (this can be seen by running the application)