当前位置: 代码迷 >> 综合 >> jwt+springsecurity+springboot简单案例
  详细解决方案

jwt+springsecurity+springboot简单案例

热度:39   发布时间:2023-12-13 09:19:07.0

        首先,感谢原作者,原项目地址:https://github.com/szerhusenBC/jwt-spring-security-demo
        

        本项目是在作者szerhusenBC的项目上改造的,持久层框架改为mybatis,SQL表结构文件也做了些许更改。

项目结构

项目启动后,浏览器输入http://localhost:8080/index.html,即可通过已有用户密码admin/admin或者user/password登录。生成的jwt token存在有效期,过期后清除token重新登录。项目功能没做完善,能看懂流程即可。

改造后项目地址:https://github.com/songdada1995/jwt-spring-security-demo