mirror of
https://gitee.com/dromara/sa-token.git
synced 2026-02-27 16:50:24 +08:00
修正版本号的提示,还差parent目录,排除solon相关模块
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user