修正版本号的提示,还差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

@@ -19,7 +19,7 @@ package cn.dev33.satoken.servlet.error;
* 定义 sa-token-servlet 所有异常细分状态码
*
* @author click33
* @since 2022-10-30
* @since 1.33.0
*/
public interface SaServletErrorCode {

View File

@@ -33,7 +33,7 @@ import cn.dev33.satoken.util.SaFoxUtil;
* 对 SaRequest 包装类的实现Servlet 版)
*
* @author click33
* @since <= 1.34.0
* @since 1.19.0
*/
public class SaRequestForServlet implements SaRequest {

View File

@@ -25,7 +25,7 @@ import javax.servlet.http.HttpServletResponse;
* 对 SaResponse 包装类的实现Servlet 版)
*
* @author click33
* @since <= 1.34.0
* @since 1.19.0
*/
public class SaResponseForServlet implements SaResponse {

View File

@@ -23,7 +23,7 @@ import javax.servlet.http.HttpServletRequest;
* 对 SaStorage 包装类的实现Servlet 版)
*
* @author click33
* @since <= 1.34.0
* @since 1.19.0
*/
public class SaStorageForServlet implements SaStorage {