@@ -16,6 +16,6 @@ import com.mrxu.framework.starter.redisson.LockAutoConfiguration;
@Documented
@Inherited
@Import(LockAutoConfiguration.class)
-public @interface EnableLock {
+public @interface EnableRedisson {
}
@@ -1,4 +1,4 @@
-package com.mrxu.framework.starter.token;
+package com.mrxu.framework.starter.redisson.token;
import io.swagger.annotations.ApiModel;
import lombok.Data;
import com.mrxu.framework.common.util.MrxuId;
import com.mrxu.framework.starter.redisson.RedisCache;