wei.zhang2 2018-05-16 10:59:46 +08:00
parent 9ebceeaa03
commit 0a2edfae4e
4 changed files with 1 additions and 3 deletions

View File

@ -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 {

View File

@ -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.