Fix typo in action for bean currently in creation failure analysis

See gh-27781
pull/27808/head
izeye 3 years ago committed by Andy Wilkinson
parent 575d83737a
commit e147cae84c

@ -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);
}

Loading…
Cancel
Save