修正版本号的提示,还差parent目录,排除solon相关模块

This commit is contained in:
黄先生
2023-05-20 17:40:24 +08:00
parent a66cd032a6
commit 9c6bc57a51
218 changed files with 220 additions and 220 deletions

View File

@@ -23,7 +23,7 @@ import reactor.core.publisher.Mono;
* Reactor 上下文操作(异步),持有当前请求的 ServerWebExchange 全局引用
*
* @author click33
* @since <= 1.34.0
* @since 1.34.0
*/
public class SaReactorHolder {

View File

@@ -31,7 +31,7 @@ import cn.dev33.satoken.reactor.model.SaStorageForReactor;
* Reactor上下文操作同步持有当前请求的 ServerWebExchange 全局引用
*
* @author click33
* @since <= 1.34.0
* @since 1.34.0
*/
public class SaReactorSyncHolder {

View File

@@ -19,7 +19,7 @@ package cn.dev33.satoken.reactor.error;
* 定义 sa-token-reactor3-spring-boot-starter 所有异常细分状态码
*
* @author click33
* @since <= 1.34.0
* @since 1.34.0
*/
public interface SaReactorSpringBootErrorCode {

View File

@@ -44,7 +44,7 @@ import reactor.core.publisher.Mono;
* </p>
*
* @author click33
* @since <= 1.34.0
* @since 1.34.0
*/
@Order(SaTokenConsts.ASSEMBLY_ORDER)
public class SaReactorFilter implements SaFilter, WebFilter {

View File

@@ -36,7 +36,7 @@ import java.util.Set;
* 对 SaRequest 包装类的实现Reactor 响应式编程版)
*
* @author click33
* @since <= 1.34.0
* @since 1.34.0
*/
public class SaRequestForReactor implements SaRequest {

View File

@@ -26,7 +26,7 @@ import cn.dev33.satoken.context.model.SaResponse;
* 对 SaResponse 包装类的实现Reactor 响应式编程版)
*
* @author click33
* @since <= 1.34.0
* @since 1.34.0
*/
public class SaResponseForReactor implements SaResponse {

View File

@@ -23,7 +23,7 @@ import cn.dev33.satoken.context.model.SaStorage;
* 对 SaStorage 包装类的实现Reactor 响应式编程版)
*
* @author click33
* @since <= 1.34.0
* @since 1.34.0
*/
public class SaStorageForReactor implements SaStorage {

View File

@@ -22,7 +22,7 @@ import cn.dev33.satoken.spring.SaPathMatcherHolder;
* Sa-Token 上下文处理器 [ Spring Reactor 版本实现 ] ,基于 SaTokenContextForThreadLocal 定制
*
* @author click33
* @since <= 1.34.0
* @since 1.34.0
*/
public class SaTokenContextForSpringReactor extends SaTokenContextForThreadLocal {

View File

@@ -23,7 +23,7 @@ import cn.dev33.satoken.context.SaTokenContext;
* 注册 Sa-Token 所需要的 Bean
*
* @author click33
* @since <= 1.34.0
* @since 1.34.0
*/
public class SaTokenContextRegister {