ZY945 commented on issue #1788: URL: https://github.com/apache/hertzbeat/issues/1788#issuecomment-2066932882
> Hi, @ZY945 @TJxiaobao Backend is running normally.  > > But I found error log says 'APPLICATION FAILED TO START', and it looks like Spring cycle reference causes this problem.(Because I've modified backend code)  > > Maybe we should consider do not let backend start successfully if cycle reference happend It seems to be caused by circular dependency. 1. You can try using @ DependsOn or @ Lazy to change the loading order. Springboot can be set to allow circular references. I hope it can help you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
