mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-10-21 11:07:23 +08:00
v1.16.0 版本更新
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>cn.dev33</groupId>
|
||||
<artifactId>sa-token-parent</artifactId>
|
||||
<version>1.15.2</version>
|
||||
<version>1.16.0</version>
|
||||
</parent>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
|
@@ -20,7 +20,7 @@ public class SaResponseForServlet implements SaResponse {
|
||||
|
||||
/**
|
||||
* 实例化
|
||||
* @param request request对象
|
||||
* @param response response对象
|
||||
*/
|
||||
public SaResponseForServlet(HttpServletResponse response) {
|
||||
this.response = response;
|
||||
|
Reference in New Issue
Block a user