You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, spring.main.allow-circular-references=true has been added to the application.properties file. But it cannot ultimately effectively solve circular dependencies, and in the face of this problem, it should be addressed through different code levels
Currently,
spring.main.allow-circular-references=true
has been added to the application.properties file. But it cannot ultimately effectively solve circular dependencies, and in the face of this problem, it should be addressed through different code levelserror log:
Bugs that need to be addressed
The text was updated successfully, but these errors were encountered: