watchdog-framework基于SpringBoot+Shiro+Mybatis等开发的企业级管理系统快速开发脚手架

介绍

watchdog-framework基于SpringBoot+Shiro+Mybatis+Mybatis-Plus+HikariCP+Redis+Vue+iView等开发的企业级管理系统快速开发脚手架,拥有角色、用户、资源管理、同时数据更新时关联的用户相应的权限也会实时更新,并且此项目会进行持续更新升级,欢迎使用,若对你有帮助请点击上方的star

在线演示

https://wdog-web.licoy.cn

  • 用户名:test
  • 密码:test123456

部分界面展示

登录

《watchdog-framework基于SpringBoot+Shiro+Mybatis等开发的企业级管理系统快速开发脚手架》

用户管理

《watchdog-framework基于SpringBoot+Shiro+Mybatis等开发的企业级管理系统快速开发脚手架》

用户管理

《watchdog-framework基于SpringBoot+Shiro+Mybatis等开发的企业级管理系统快速开发脚手架》

用户添加

《watchdog-framework基于SpringBoot+Shiro+Mybatis等开发的企业级管理系统快速开发脚手架》

角色管理

《watchdog-framework基于SpringBoot+Shiro+Mybatis等开发的企业级管理系统快速开发脚手架》

角色添加

《watchdog-framework基于SpringBoot+Shiro+Mybatis等开发的企业级管理系统快速开发脚手架》

资源管理

《watchdog-framework基于SpringBoot+Shiro+Mybatis等开发的企业级管理系统快速开发脚手架》

资源添加

《watchdog-framework基于SpringBoot+Shiro+Mybatis等开发的企业级管理系统快速开发脚手架》

更多请查看上方演示

技术选型

后端技术

技术类型版本官网
Spring Boot容器1.5.12.RELEASEhttp://start.spring.io/
Mybatis-StarterORM框架1.3.1http://www.mybatis.org
Mybatis-PlusORM框架1.3.1http://mp.baomidou.com/
Maven项目构建管理4.0.0http://maven.apache.org
Apache Shiro安全框架1.3.2http://shiro.apache.org
Lombok工具1.16.20https://www.projectlombok.org/
HikariCP数据库连接池2.7.8http://brettwooldridge.github.io/HikariCP/
Shiro-Redisshiro缓存工具2.8.24https://github.com/alexxiyang/shiro-redis
Springfox-Swagger2api文档工具2.7.0https://github.com/springfox/springfox
jedisredis管理2.9.0https://github.com/xetorthio/jedis

前端技术

技术类型版本官网
Vue前端渐进式框架2.5.13https://cn.vuejs.org/
Vue-Router前端路由3.0.1https://router.vuejs.org/
Vuex前端状态管理3.0.1https://vuex.vuejs.org/
AxiosHTTP库0.18.0https://github.com/axios/axios
iViewUI框架2.8.0https://www.iviewui.com/
dayjsJS时间操作库1.5.14https://github.com/xx45/dayjs
String-Format字符串格式化1.0.0https://github.com/davidchambers/string-format
Vue-table-with-tree-gridiview-树表格0.2.4https://github.com/MisterTaki/vue-table-with-tree-grid
js-md5js-md5库0.7.3https://github.com/emn178/js-md5
js-cookiejs-cookie操作库2.2.0https://github.com/js-cookie/js-cookie

使用方法

软件需求

JDK1.8+
MySQL5.6+
Maven4.0+

服务端

  • 克隆到本地
git clone git@github.com:watchdog-framework/watchdog-framework.git
  • 导入SQL

    将项目根目录下的wdog.sql导入至数据库信息

  • 修改数据库信息
# application.yml
spring:
  datasource:
    url: jdbc:mysql://localhost:3306/wdog?useUnicode=yes&characterEncoding=UTF8
    password: root
    username: root
    driver-class-name: com.mysql.jdbc.Driver

讨论

  • 项目地址

    开源协议

    MIT

        原文作者:憧憬Licoy
        原文地址: https://segmentfault.com/a/1190000014637416
        本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
    点赞