SyntaxFix
Write A Post
Hire A Developer
Questions
I think somewhere in your codebase are you @Autowiring the concrete class ServiceImpl where you should be autowiring it's interface (presumably MyService).
@Autowiring
ServiceImpl
MyService