Consider defining a bean of type 'service' in your configuration [Spring boot]

前端 未结 13 1498
伪装坚强ぢ
伪装坚强ぢ 2020-12-10 01:35

I get error when I run the main class.

Error:

Action:
Consider defining a bean of type \'seconds47.service.TopicService\' in your c         


        
13条回答
  •  时光取名叫无心
    2020-12-10 01:55

    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.

提交回复
热议问题