wei.zhang2 2017-12-29 15:20:00 +08:00
parent 68d9aa8a89
commit 3bf428400b
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -7,7 +7,7 @@ import com.boot.security.server.dto.Token;
* Token<br>
* redis<br>
* <br>
* redis com.boot.security.server.service.impl.TokenServiceImpl<br>
* redis com.boot.security.server.service.impl.TokenServiceJWTImpl<br>
* TokenServiceImpl@Primarycom.boot.security.server.service.impl.TokenServiceDbImpl
*
*

View File

@ -20,6 +20,7 @@ import com.boot.security.server.service.TokenService;
* @author
*
*/
@Deprecated
@Service
public class TokenServiceImpl implements TokenService {