1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

Fix bean not found exception

This commit is contained in:
dengchao@xgtl 2020-04-21 15:07:29 +08:00
parent a9edd61e4e
commit d711a5cd10

View File

@ -23,10 +23,12 @@ import com.chatopera.cc.persistence.es.TopicRepository;
import com.chatopera.cc.persistence.repository.TopicItemRepository;
import lombok.RequiredArgsConstructor;
import org.springframework.lang.NonNull;
import org.springframework.stereotype.Component;
import java.util.Date;
import java.util.List;
@Component
@RequiredArgsConstructor
public class TopicProcess implements JPAProcess {