1 Star 0 Fork 165

麦麦 / watchdog-framework

forked from Licoy / watchdog-framework 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

介绍

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

在线演示

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导入至数据库信息

  • 修改数据库信息

# 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
  • 启动

    运行WatchDogApplication.java,默认端口为1000

客户端

讨论

项目地址

TODO

  • 支持容器化
  • 字典
  • 日志记录
  • More...

开源协议

MIT

MIT License Copyright (c) 2018 憧憬Licoy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于Vue+iView+SpringBoot+Shiro+Mybatis等开发的前后端分离轻量级管理系统快速开发脚手架,持续更新中... 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/emon123/watchdog-framework.git
git@gitee.com:emon123/watchdog-framework.git
emon123
watchdog-framework
watchdog-framework
master

搜索帮助