文件名从 server/src/main/java/doumeemes/config/shiroRedis/ShiroAuthFilter.java 修改 |
| | |
| | | package doumeemes.config.shiroRedis; |
| | | package doumeemes.config.shiroMemory; |
| | | |
| | | import com.alibaba.fastjson.JSON; |
| | | import doumeemes.core.model.ApiResponse; |
| | | import com.alibaba.fastjson.JSON; |
| | | import org.apache.shiro.web.filter.authc.FormAuthenticationFilter; |
| | | import org.springframework.http.HttpStatus; |
| | | |
| | |
| | | /** |
| | | * Shiro璁よ瘉杩囨护鍣紝澶勭悊鏈璇佹儏鍐电殑鍝嶅簲 |
| | | * @author Eva.Caesar Liu |
| | | * @date 2023/04/17 12:11 |
| | | * @date 2022/04/18 18:12 |
| | | */ |
| | | public class ShiroAuthFilter extends FormAuthenticationFilter { |
| | | |