'after Updating to spring-boot 2.6.3 I have the error to find class RepositoryRestConfigurerAdapter

I want to update the application from spring-boot 2.0.2 to 2.6.3 but when I run the application I will face the following error:

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-04-25 09:50:38.369 ERROR 38484 --- [  restartedMain] o.s.boot.SpringApplication               [User ] : Application run failed

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'adminReportsController': Unsatisfied dependency expressed through field 'gssnPlusService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'gssnPlusService' defined in file 

Could you please let me know what is the problem that @Autowired doesn't work. Thank you so much



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source