watchdog-framework基於SpringBoot+Shiro+Mybatis等開發的企業級管理系統快速開發腳手架

介紹

watchdog-framework基於SpringBoot+Shiro+Mybatis+Mybatis-Plus+HikariCP+Redis+Vue+iView等開發的企業級管理系統快速開發腳手架,擁有角色、用戶、資源管理、同時數據更新時關聯的用戶相應的權限也會實時更新,而且此項目會進行持續更新升級,歡迎使用,若對你有幫助請點擊上方的star html

在線演示

https://wdog-web.licoy.cn前端

  • 用戶名:test
  • 密碼:test123456

部分界面展現

登陸

登陸

用戶管理

用戶管理

用戶管理

用戶管理

用戶添加

用戶添加

角色管理

角色管理

角色添加

角色添加

資源管理

用戶添加

資源添加

資源管理

更多請查看上方演示

技術選型

後端技術

技術 類型 版本 官網
Spring Boot 容器 1.5.12.RELEASE http://start.spring.io/
Mybatis-Starter ORM框架 1.3.1 http://www.mybatis.org
Mybatis-Plus ORM框架 1.3.1 http://mp.baomidou.com/
Maven 項目構建管理 4.0.0 http://maven.apache.org
Apache Shiro 安全框架 1.3.2 http://shiro.apache.org
Lombok 工具 1.16.20 https://www.projectlombok.org/
HikariCP 數據庫鏈接池 2.7.8 http://brettwooldridge.github.io/HikariCP/
Shiro-Redis shiro緩存工具 2.8.24 https://github.com/alexxiyang/shiro-redis
Springfox-Swagger2 api文檔工具 2.7.0 https://github.com/springfox/springfox
jedis redis管理 2.9.0 https://github.com/xetorthio/jedis

前端技術

技術 類型 版本 官網
Vue 前端漸進式框架 2.5.13 https://cn.vuejs.org/
Vue-Router 前端路由 3.0.1 https://router.vuejs.org/
Vuex 前端狀態管理 3.0.1 https://vuex.vuejs.org/
Axios HTTP庫 0.18.0 https://github.com/axios/axios
iView UI框架 2.8.0 https://www.iviewui.com/
dayjs JS時間操做庫 1.5.14 https://github.com/xx45/dayjs
String-Format 字符串格式化 1.0.0 https://github.com/davidchambers/string-format
Vue-table-with-tree-grid iview-樹表格 0.2.4 https://github.com/MisterTaki/vue-table-with-tree-grid
js-md5 js-md5庫 0.7.3 https://github.com/emn178/js-md5
js-cookie js-cookie操做庫 2.2.0 https://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導入至數據庫信息vue

  • 修改數據庫信息
# 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

討論

  • 項目地址

    開源協議

    MITios

    相關文章
    相關標籤/搜索