All Projects → jxnu-liguobin → authority-manage-system

jxnu-liguobin / authority-manage-system

Licence: LGPL-3.0 license
使用SpringBoot/WebFlux+Shiro+JPA+Java/Scala,实现的基于数据库细粒度动态权限管理系统

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
java
68154 projects - #9 most used programming language
FreeMarker
481 projects
Less
1899 projects

Projects that are alternatives of or similar to authority-manage-system

Bootplus
基于SpringBoot + Shiro + MyBatisPlus的权限管理框架
Stars: ✭ 88 (+33.33%)
Mutual labels:  freemarker, shiro
mee-admin
admin、cms、console 等多用途开源后台系统
Stars: ✭ 117 (+77.27%)
Mutual labels:  freemarker, shiro
Jeeplatform
一款企业信息化开发基础平台,拟集成OA(办公自动化)、CMS(内容管理系统)等企业系统的通用业务功能 JeePlatform项目是一款以SpringBoot为核心框架,集ORM框架Mybatis,Web层框架SpringMVC和多种开源组件框架而成的一款通用基础平台,代码已经捐赠给开源中国社区
Stars: ✭ 1,285 (+1846.97%)
Mutual labels:  freemarker, shiro
blog-springboot
My blog with springboot framework
Stars: ✭ 14 (-78.79%)
Mutual labels:  freemarker, shiro
springboot-learning-demo
springboot学习示例
Stars: ✭ 17 (-74.24%)
Mutual labels:  freemarker, shiro
kotlin-kafka-and-kafka-streams-examples
Kafka with KafkaReactor and Kafka Streams Examples in Kotlin
Stars: ✭ 33 (-50%)
Mutual labels:  reactor
xpllyn
个人网站项目。使用spring-boot搭建,集合了博客、书籍下载、留言、github page查询、Netty+WebSocket搭建的Web网页聊天室等功能。其中github page查询工具使用了github的api,Web聊天室使用Netty+Websocket+Redis+MySQL搭建服务,使用Shiro安全框架实现身份验证/登录,采用MySql作为网站的数据库,使用Redis用于聊天记录缓存,实现了群聊、单聊、查询用户、添加好友、聊天记录等功能。
Stars: ✭ 21 (-68.18%)
Mutual labels:  shiro
doit
spring cloud , CAS , JHipster hybrid sample app
Stars: ✭ 14 (-78.79%)
Mutual labels:  shiro
spring-boot-web
Spring Boot脚手架工程
Stars: ✭ 29 (-56.06%)
Mutual labels:  shiro
EasyShiro
基于 RBAC 模型功能全面的 Shiro 安全集成&简化&扩展组件。Shiro integration & simplifies & Extension component based RBAC
Stars: ✭ 47 (-28.79%)
Mutual labels:  shiro
common-datax
基于DataX的通用数据同步微服务,一个Restful接口搞定所有通用数据同步
Stars: ✭ 51 (-22.73%)
Mutual labels:  freemarker
huanhuan-blog
一个java版本freemarker的小博客项目
Stars: ✭ 19 (-71.21%)
Mutual labels:  freemarker
project-3-crm
⭐crm 客户关系管理系统模板⭐一个不错的后台管理种子项目,拥有自由设置角色自由分配权限🔑的权限管理功能,三员管理多员管理均可,前端antd vue admin后端spring-boot-api-seedling 拥有完善的功能。文档包含需求文档,设计文档和测试文档等。同时配置了travis,拥有集成测试和自动构建的功能。
Stars: ✭ 128 (+93.94%)
Mutual labels:  freemarker
Reaktor
👾 A Framework for reactive and unidirectional Kotlin application archtitecture with RxJava2.
Stars: ✭ 16 (-75.76%)
Mutual labels:  reactor
spring-boot-shiro-jwt
Integration of Spring Boot & Apache Shiro & JWT for authentication/authorization.
Stars: ✭ 22 (-66.67%)
Mutual labels:  shiro
BLOG-Microservice
demo use Spring boot +dubbo +redis +shiro
Stars: ✭ 13 (-80.3%)
Mutual labels:  shiro
weixinsell
慕课网微信点餐系统(SpringBoot分布式后台项目 )
Stars: ✭ 62 (-6.06%)
Mutual labels:  springdata-jpa
production ssm
转载测试通过--这是一个生产管理ERP系统。依托科技计划重点项目“制造装备物联及生产管理系统研发”,主要包括:计划进度、设备管理、工艺监控、物料监控、人员监控、质量监控、系统管理7大模块。
Stars: ✭ 35 (-46.97%)
Mutual labels:  shiro
shiro-jwt-springboot
shiro整合jwt前后端分离权限认证示例
Stars: ✭ 104 (+57.58%)
Mutual labels:  shiro
sample-spring-reactive
sample reactive microservices using spring 5, spring boot, spring webflux and project reactor
Stars: ✭ 26 (-60.61%)
Mutual labels:  reactor

SpringBoot WebFlux 2.0.3 版

Java CI with Maven

分支

  • master 第一版
  • reactor 第二版

环境

  • SpringBoot 2.0.3.RELEASE
  • SpringBoot WebFlux
  • SpringBoot Data Jpa
  • Apache Shiro
  • Reactor
  • Ehcache
  • Redis
  • Freemarker

功能

  • Controllers 异步
  • Services 异步
  • Dao 依赖于JDBC和ORM,暂未更改成异步
  • 移除Druid和多数据源
  • TODO 链式调用,尽量去掉显示调用subscribe(分支rm-subscribe)

使用

  1. 启动MySQL
    • 默认账号 root root(或者修改application.properties)
    • 创建数据库 managesystemdb
  2. 启动Redis 默认配置
  3. 系统登录 admin 111111(默认每次启动都会重新创建表并覆盖写入初始化的数据)
  4. 查看文档 在浏览器中打开doc目录的index.html(Javadoc)

PS: 第二版并没有修复bug,仅技术改进,代码整理

处理流程

  • 注解风格

  • 函数式风格

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].