# SpringSecurity_jwt **Repository Path**: hui-adore/spring-security_jwt ## Basic Information - **Project Name**: SpringSecurity_jwt - **Description**: SpringSecurity整合jwt,实现前后端分离认证 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-03 - **Last Updated**: 2022-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringSecurity, JWT, mybatis-plus ## README # SpringSecurity_jwt #### 介绍 SpringSecurity整合jwt,实现前后端分离认证 #### 软件架构 简易版 SpringSecurity+jwt+mybatis-plus #### 注意 jwt 的 secret 不能少于4个字符,否则会认为没有传入 secret。 使用的是 JDK11,从 JDK9 开始已经移除 javaEE 模块,使用 jjwt 需要引入 jaxb-api