I get error when I run the main class.
Error:
Action: Consider defining a bean of type \'seconds47.service.TopicService\' in your c
You have to update your
scanBasePackages = { "com.exm.java" }
to add the path to your service (after annotating it with @service )