watchdog-framework
基於SpringBoot+Shiro+Mybatis+Mybatis-Plus+HikariCP+Redis+Vue+iView等開發的企業級管理系統快速開發腳手架,擁有角色、用戶、資源管理、同時數據更新時關聯的用戶相應的權限也會實時更新,而且此項目會進行持續更新升級,歡迎使用,若對你有幫助請點擊上方的star 。html
技術 | 類型 | 版本 | 官網 |
---|---|---|---|
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
將項目根目錄下的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
啓動java
運行WatchDogApplication.java
,默認端口爲1000mysql
MITios