Fix typo in action for bean currently in creation failure analysis
See gh-27781
This commit is contained in:
@@ -44,7 +44,7 @@ class BeanCurrentlyInCreationFailureAnalyzer extends AbstractFailureAnalyzer<Bea
|
||||
return new FailureAnalysis(buildMessage(dependencyCycle),
|
||||
"Relying upon circular references is discouraged and they are prohibited by default. "
|
||||
+ "Update your application to remove the dependency cycle between beans. "
|
||||
+ "As a last resort, it may be possible to break the cycle automatically be setting "
|
||||
+ "As a last resort, it may be possible to break the cycle automatically by setting "
|
||||
+ "spring.main.allow-circular-references to true if you have not already done so.",
|
||||
cause);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user