Spring attribute injection and setter injection, will an error be reported if there is a circular dependency?

for example: two objects

A->B 
B->A

will an error occur when creating or using an An object?

Dec.08,2021

No. If there is a circular dependency when loading bean, the injection should be delayed.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38337-2b870.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38337-2b870.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?