fix
This commit is contained in:
parent
b475da05e6
commit
aff04d3f78
1 changed files with 3 additions and 0 deletions
|
|
@ -1,13 +1,16 @@
|
|||
package ervu_business_metrics.service;
|
||||
|
||||
import ervu_business_metrics.config.KafkaEnabledCondition;
|
||||
import ervu_business_metrics.dao.FailedAuthDao;
|
||||
import ervu_business_metrics.model.sso.AuthEventResponse;
|
||||
import org.springframework.context.annotation.Conditional;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* @author gulnaz
|
||||
*/
|
||||
@Service
|
||||
@Conditional(KafkaEnabledCondition.class)
|
||||
public class FailedAuthService {
|
||||
|
||||
private final FailedAuthDao failedAuthDao;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue