All Projects → zhengqingya → Xiao Xiao Su

zhengqingya / Xiao Xiao Su

基于Spring Boot+Spring Security+JWT+Vue前后端分离的旺旺小小酥  ( 一口一口又香又脆❤~ )

Projects that are alternatives of or similar to Xiao Xiao Su

Lzhpo Shiro
美观、漂亮,我抽离出来的,拿来即用的简单后台管理系统!
Stars: ✭ 170 (-17.87%)
Mutual labels:  springboot
Hospital
医院预约挂号微信小程序(Spring Boot、Vue、Uni-app)
Stars: ✭ 182 (-12.08%)
Mutual labels:  springboot
Learningsummary
涵盖大部分Java进阶需要掌握的知识,包括【微服务】【中间件】【缓存】【数据库优化】【搜索引擎】【分布式】等等,欢迎Star~
Stars: ✭ 201 (-2.9%)
Mutual labels:  springboot
Shopizer
Shopizer java e-commerce software
Stars: ✭ 2,541 (+1127.54%)
Mutual labels:  springboot
Boot Actuator
基于SpringBoot2.0 实现的jvm远程监工图形化工具,可以同时监控多个web应用,支持远程监控
Stars: ✭ 180 (-13.04%)
Mutual labels:  springboot
Spring Boot Learning
springboot系列教程,基于1.5.x版本
Stars: ✭ 197 (-4.83%)
Mutual labels:  springboot
Spring Tutorial
本项目是我个人在编写Spring Boot系列博客的源代码,会持续不断更新。如果项目中的代码有错误,望大家一起勘正~。
Stars: ✭ 169 (-18.36%)
Mutual labels:  springboot
Jeecg Cloud
基于Spring Boot 2.1.3、 Spring Cloud Greenwich.SR3 & Alibaba、 Shiro、JWT的 JAVA快速开发平台(Jeecg Boot的微服务版本,功能和底层代码,两边保持同步)
Stars: ✭ 205 (-0.97%)
Mutual labels:  springboot
Roses
Roses基于Spring Boot 2和Spring Cloud Finchley.RELEASE,致力做更简洁的分布式和服务化解决方案,Roses拥有高效率的开发体验,提供可靠消息最终一致性分布式事务解决方案,提供基于调用链的服务治理,提供可靠的服务异常定位方案(Log + Trace)等等,一个分布式框架不仅需要构建高效稳定的底层开发框架,更需要解决分布式带来的种种挑战!
Stars: ✭ 181 (-12.56%)
Mutual labels:  springboot
Springboot mybatisplus
SpringBoot集成MyBatisPlus
Stars: ✭ 199 (-3.86%)
Mutual labels:  springboot
Seckill
基于Spring Boot的高性能秒杀系统
Stars: ✭ 171 (-17.39%)
Mutual labels:  springboot
Seconds Kill
基于 Springboot + Redis + Kafka 的秒杀系统,乐观锁 + 缓存 + 限流 + 异步,TPS 从 500 优化到 3000
Stars: ✭ 180 (-13.04%)
Mutual labels:  springboot
Encrypt Body Spring Boot Starter
(停止维护,替代品搜索:https://github.com/search?l=Java&q=encrypt&type=Repositories )SpringBoot控制器统一的响应体加密与请求体解密的注解处理方式,支持MD5/SHA/AES/DES/RSA
Stars: ✭ 198 (-4.35%)
Mutual labels:  springboot
Springbootlearning
SpingBoot框架使用与研究项目。
Stars: ✭ 170 (-17.87%)
Mutual labels:  springboot
My Blog Layui
layui 版本的 My-Blog : A simple & beautiful blogging system implemented with spring-boot & layui & thymeleaf & mybatis My Blog 是由 SpringBoot + Layui + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验
Stars: ✭ 204 (-1.45%)
Mutual labels:  springboot
Easyadmin
简易的java后台管理框架,基于SpringBoot+FreeMark+ace admin+mysql
Stars: ✭ 169 (-18.36%)
Mutual labels:  springboot
Wgcloud
linux运维监控工具,支持系统信息,内存,cpu,温度,磁盘空间及IO,硬盘smart,系统负载,网络流量等监控,API接口,大屏展示,拓扑图,进程监控,端口监控,docker监控,文件防篡改,日志监控,数据可视化,web ssh,堡垒机,指令下发批量执行,linux面板,探针,故障告警
Stars: ✭ 2,669 (+1189.37%)
Mutual labels:  springboot
Javacollection
Java开源项目之「自学编程之路」:学习指南+面试指南+资源分享+技术文章
Stars: ✭ 2,957 (+1328.5%)
Mutual labels:  springboot
Gopush
分布式消息推送服务,可以用于客服、推送、聊天等诸多系统的 核心组件服务!
Stars: ✭ 204 (-1.45%)
Mutual labels:  springboot
Demo Project
存放学习过程中的demo项目,别光fork,顺便点下⭐哦
Stars: ✭ 198 (-4.35%)
Mutual labels:  springboot

Spring Cloud Alibaba 微服务版本地址:https://gitee.com/zhengqingya/small-tools

一、前言

最近整合Spring Boot+Spring Security+JWT+Vue 完成了一套前后端分离的基础项目,这里把它开源出来分享给有需要的小伙伴们

功能很简单,单点登录,前后端动态权限配置,前端权限精确到 按钮 级别,后端权限精确到 url 上,剩下的就是一些关联表的增删改查,例如:用户管理,角色管理,菜单管理,系统日志等...

Spring Security入门系列教程:
  1. SpringBoot集成Spring Security入门体验(一)
  2. Spring Security 自定义登录认证(二)
  3. Spring Security 动态url权限控制(三)
  4. Spring Security 整合JWT(四)
项目部署

docker-compose部署项目到服务器

开发环境:
  1. JDK 1.8
  2. IDEA 2019.2
  3. MySQL 5.7
  4. Node.js 10.15.3
项目使用技术栈:

前端:Vue + Axios 后端:Spring Boot 、 MyBatis-Plus 权限:Spring Security .......

二、页面截图

1、登录页面

在这里插入图片描述

2、首页

在这里插入图片描述

3、用户管理

在这里插入图片描述

4、角色管理

在这里插入图片描述

5、菜单管理

在这里插入图片描述

6、系统日志

在这里插入图片描述


项目源码

觉得还可以的话,请给个❤

GitHub地址:https://github.com/zhengqingya/xiao-xiao-su
码云地址:https://gitee.com/zhengqingya/xiao-xiao-su
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].