1
0
mirror of https://gitee.com/dromara/sa-token.git synced 2025-04-05 17:37:53 +08:00

删除 sa-token-jwt 模块过期 class

This commit is contained in:
click33 2022-08-20 09:03:09 +08:00
parent 1eddae5e1e
commit bd4247554e
2 changed files with 0 additions and 24 deletions
sa-token-plugin/sa-token-jwt/src/main/java/cn/dev33/satoken/jwt

View File

@ -1,12 +0,0 @@
package cn.dev33.satoken.jwt;
/**
* 已更名为 StpLogicJwtForMixin请更换
*
* @author kong
* @since: 2022-5-1
*/
@Deprecated
public class StpLogicJwtForMix extends StpLogicJwtForMixin {
}

View File

@ -1,12 +0,0 @@
package cn.dev33.satoken.jwt;
/**
* 已更名为 StpLogicJwtForSimple请更换
*
* @author kong
* @since: 2022-5-1
*/
@Deprecated
public class StpLogicJwtForStyle extends StpLogicJwtForSimple {
}