fix 修复 更换 satoken dubbo 插件导致包名不一致问题
parent
82b99d2ebd
commit
0f07171654
|
|
@ -1,4 +1,4 @@
|
||||||
package cn.dev33.satoken.context.dubbo.filter;
|
package cn.dev33.satoken.context.dubbo3.filter;
|
||||||
|
|
||||||
import cn.dev33.satoken.SaManager;
|
import cn.dev33.satoken.SaManager;
|
||||||
import cn.dev33.satoken.context.SaTokenContextDefaultImpl;
|
import cn.dev33.satoken.context.SaTokenContextDefaultImpl;
|
||||||
|
|
@ -21,7 +21,7 @@ import org.apache.dubbo.rpc.*;
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Activate(group = {CommonConstants.CONSUMER}, order = Integer.MIN_VALUE)
|
@Activate(group = {CommonConstants.CONSUMER}, order = Integer.MIN_VALUE)
|
||||||
public class SaTokenDubboConsumerFilter implements Filter {
|
public class SaTokenDubbo3ConsumerFilter implements Filter {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Result invoke(Invoker<?> invoker, Invocation invocation) throws RpcException {
|
public Result invoke(Invoker<?> invoker, Invocation invocation) throws RpcException {
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
package cn.dev33.satoken.context.dubbo.filter;
|
package cn.dev33.satoken.context.dubbo3.filter;
|
||||||
|
|
||||||
import cn.dev33.satoken.SaManager;
|
import cn.dev33.satoken.SaManager;
|
||||||
import cn.dev33.satoken.same.SaSameUtil;
|
import cn.dev33.satoken.same.SaSameUtil;
|
||||||
|
|
@ -18,7 +18,7 @@ import org.apache.dubbo.rpc.*;
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Activate(group = {CommonConstants.PROVIDER}, order = Integer.MIN_VALUE)
|
@Activate(group = {CommonConstants.PROVIDER}, order = Integer.MIN_VALUE)
|
||||||
public class SaTokenDubboProviderFilter implements Filter {
|
public class SaTokenDubbo3ProviderFilter implements Filter {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Result invoke(Invoker<?> invoker, Invocation invocation) throws RpcException {
|
public Result invoke(Invoker<?> invoker, Invocation invocation) throws RpcException {
|
||||||
Loading…
Reference in New Issue