master
parent
9ebceeaa03
commit
0a2edfae4e
|
|
@ -14,7 +14,6 @@ import com.boot.security.server.dao.SysLogsDao;
|
|||
import com.boot.security.server.model.SysLogs;
|
||||
import com.boot.security.server.model.SysUser;
|
||||
import com.boot.security.server.service.SysLogService;
|
||||
import com.boot.security.server.utils.UserUtil;
|
||||
|
||||
@Service
|
||||
public class SysLogServiceImpl implements SysLogService {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ import java.util.concurrent.TimeUnit;
|
|||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.data.redis.core.RedisTemplate;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.boot.security.server.dto.LoginUser;
|
||||
import com.boot.security.server.dto.Token;
|
||||
|
|
@ -21,7 +20,7 @@ import com.boot.security.server.service.TokenService;
|
|||
*
|
||||
*/
|
||||
@Deprecated
|
||||
@Service
|
||||
//@Service
|
||||
public class TokenServiceImpl implements TokenService {
|
||||
|
||||
/**
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue