mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-10-21 19:17:25 +08:00
修正版本号的提示,还差parent目录,排除solon相关模块
This commit is contained in:
@@ -22,7 +22,7 @@ import cn.dev33.satoken.context.second.SaTokenSecondContextCreator;
|
||||
* Sa-Token 二级上下文 - 创建器 [ Dubbo版 ]
|
||||
*
|
||||
* @author click33
|
||||
* @since <= 1.34.0
|
||||
* @since 1.34.0
|
||||
*/
|
||||
public class SaTokenSecondContextCreatorForDubbo implements SaTokenSecondContextCreator {
|
||||
|
||||
|
@@ -30,7 +30,7 @@ import cn.dev33.satoken.exception.ApiDisabledException;
|
||||
* Sa-Token 二级上下文 [ Dubbo版本 ]
|
||||
*
|
||||
* @author click33
|
||||
* @since <= 1.34.0
|
||||
* @since 1.34.0
|
||||
*/
|
||||
public class SaTokenSecondContextForDubbo implements SaTokenSecondContext {
|
||||
|
||||
|
@@ -34,7 +34,7 @@ import cn.dev33.satoken.util.SaTokenConsts;
|
||||
* Sa-Token 整合 Dubbo Consumer 端(调用端)过滤器
|
||||
*
|
||||
* @author click33
|
||||
* @since <= 1.34.0
|
||||
* @since 1.34.0
|
||||
*/
|
||||
@Activate(group = {CommonConstants.CONSUMER}, order = -30000)
|
||||
public class SaTokenDubboConsumerFilter implements Filter {
|
||||
|
@@ -30,7 +30,7 @@ import cn.dev33.satoken.same.SaSameUtil;
|
||||
* Sa-Token 整合 Dubbo Provider端(被调用端)过滤器
|
||||
*
|
||||
* @author click33
|
||||
* @since <= 1.34.0
|
||||
* @since 1.34.0
|
||||
*/
|
||||
@Activate(group = {CommonConstants.PROVIDER}, order = -30000)
|
||||
public class SaTokenDubboProviderFilter implements Filter {
|
||||
|
@@ -25,7 +25,7 @@ import java.util.Map;
|
||||
* 对 SaRequest 包装类的实现(Dubbo 版)
|
||||
*
|
||||
* @author click33
|
||||
* @since <= 1.34.0
|
||||
* @since 1.34.0
|
||||
*/
|
||||
public class SaRequestForDubbo implements SaRequest {
|
||||
|
||||
|
@@ -22,7 +22,7 @@ import org.apache.dubbo.rpc.RpcContext;
|
||||
* 对 SaResponse 包装类的实现(Dubbo 版)
|
||||
*
|
||||
* @author click33
|
||||
* @since <= 1.34.0
|
||||
* @since 1.34.0
|
||||
*/
|
||||
public class SaResponseForDubbo implements SaResponse {
|
||||
|
||||
|
@@ -23,7 +23,7 @@ import org.apache.dubbo.rpc.RpcContext;
|
||||
* 对 SaStorage 包装类的实现(Dubbo 版)
|
||||
*
|
||||
* @author click33
|
||||
* @since <= 1.34.0
|
||||
* @since 1.34.0
|
||||
*/
|
||||
public class SaStorageForDubbo implements SaStorage {
|
||||
|
||||
|
Reference in New Issue
Block a user