79571605

Date: 2025-04-13 13:43:38
Score: 1.5
Natty:
Report link

If you are using Spring Cloud Config and getting -org.springframework.beans.factory.BeanCreationException: Error creating bean with name '***Controller': Injection of autowired dependencies failed

try checking the spring.application.name property in yml/properties file of your application. The name of the application should be in double quotes ("") . This resolved my exception.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kalyani Dagde