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

介紹

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

在線演示

wdog-web.licoy.cn前端

  • 用戶名:test
  • 密碼:test123456

部分界面展現

登陸

登陸

用戶管理

用戶管理

用戶管理

用戶管理

用戶添加

用戶添加

角色管理

角色管理

角色添加

角色添加

資源管理

用戶添加

資源添加

資源管理

更多請查看上方演示

技術選型

後端技術

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

前端技術

技術 類型 版本 官網
Vue 前端漸進式框架 2.5.13 cn.vuejs.org/
Vue-Router 前端路由 3.0.1 router.vuejs.org/
Vuex 前端狀態管理 3.0.1 vuex.vuejs.org/
Axios HTTP庫 0.18.0 github.com/axios/axios
iView UI框架 2.8.0 www.iviewui.com/
dayjs JS時間操做庫 1.5.14 github.com/xx45/dayjs
String-Format 字符串格式化 1.0.0 github.com/davidchambe…
Vue-table-with-tree-grid iview-樹表格 0.2.4 github.com/MisterTaki/…
js-md5 js-md5庫 0.7.3 github.com/emn178/js-m…
js-cookie js-cookie操做庫 2.2.0 github.com/js-cookie/j…

使用方法

軟件需求

JDK1.8+
MySQL5.6+
Maven4.0+
複製代碼

服務端

  • 克隆到本地
git clone git@github.com:watchdog-framework/watchdog-framework.git
複製代碼
  • 導入SQLvue

    將項目根目錄下的wdog.sql導入至數據庫信息java

  • 修改數據庫信息mysql

# 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
複製代碼
  • 啓動ios

    運行WatchDogApplication.java,默認端口爲1000git

客戶端

討論

項目地址

開源協議

MIT

相關文章
相關標籤/搜索