One, foreword

Recently, the integration of Spring Boot+Spring Security+JWT+Vue completed a set of back-end separation of the basic project, here it is open source to share with friends in need

The function is very simple, single sign-on, front and back end dynamic permissions configuration, front-end permissions accurate to the button level, back-end permissions accurate to the URL, the rest is some associated table to add, delete, change and check, such as: user management, role management, menu management, system logs…

Spring Security Starter series:

  1. Spring Security With SpringBoot
  2. Spring Security Custom Login authentication (2)
  3. Spring Security Dynamic URL Permission Control (3)
  4. Spring Security Integration JWT
Development environment:

  1. JDK 1.8
  2. The IDEA of 2019.2
  3. MySQL 5.7
  4. Node. Js 10.15.3
Project using technology stack:

Front-end: Vue + Axios Back-end: Spring Boot, MyBatis-Plus Permission: Spring Security…….

Ii. Page screenshots

1. Login page

2, the home page

3. User management

4. Role management

5. Menu management

6. System logs

Program source code

If you think it’s ok, please give me ❤

Making address:Github.com/zhengqingya…
Code cloud Address:Gitee.com/zhengqingya…