Why is spring boot not finding my beans?
问题 i have following error: Parameter 0 of constructor in com.yyy.zzz.xxx.service.ControlService required a bean of type 'com.yyy.zzz.xxx.service.composeXML.ComposeCounterService' that could not be found. Usually this is because i forget to annotate either the Service or the interface, but i've been looking classes the whole morning and cant find any missing annotations.. interface at this point is just: @Component public interface ComposeCounterService { CLASSX init(List<YYY> owners) throws