I get error when I run the main class.
Error:
Action: Consider defining a bean of type \'seconds47.service.TopicService\' in your c
In case you were wondering where to add @Service annotation, then make sure you have added @Service annotation to the class that implements the interface. That would solve this problem.
@Service