You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/11/30 06:24:37 UTC

[GitHub] [shardingsphere-elasticjob] DoolinMa commented on issue #2014: APPLICATION FAILED TO START ”A component required a bean named '***' that could not be found.“

DoolinMa commented on issue #2014:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2014#issuecomment-982325525


   @prefect1005 you can put @Lazy annotation on Controller to make sure the application is running normally
   ```
   @Lazy
   public class OneOffJobController {
   ```


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org