allowCircularReferences

open fun allowCircularReferences(allowCircularReferences: Boolean): SpringApplicationBuilder

Whether to allow circular references between beans and automatically try to resolve them.

Return

the current builder

Since

2.6.0

Parameters

allowCircularReferences

whether circular references are allowed

See also