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:
parent
a9edd61e4e
commit
d711a5cd10
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user