When I do maven clean in my project (Spring Boot) , I am getting the error of some of the files which are using "PrimeSOAPConnector.java" component. When I comment "//@component" annotation in PrimeSOAPConnector.java all error goes away .The below are screen shot. Then If i do maven install, it is working. I think some issue in dependency injection of my declaration. Even I did "overriding is also true". I think there is something wrong on my configuration. Please correct where I am making wrong. I need to use this component for many places. Please let me know.
error after maven clean component commented component annotation without error maven install