此页面所有软件内容、截图、价格、介绍等均来源于互联网,地址均为第三方提供,请谨慎下载。
bootms前后端分离版本地址 https://gitee.com/eric.xu/bootms
#BMS基础权限开发平台
全新升级: Spring Boot ---> 2.7.2 Mybatis ---> 2.2.2 Mybatis-plus ---> 3.5.2 feilong ---> 3.1.1 swagger ---> 2.9.2 CodeGenerator自动生成Entity、Mapper、Service、Controller让开发更简单
模块介绍
- bms-common 公共服务模块
- bms-admin 后台管理模块
- bms-api 对外接口模块
内置功能
-
系统基础管理
- 1.1 用户管理
- 1.2 角色管理
- 1.3 资源管理
- 1.4 部门管理
- 1.5 定时任务
-
系统监控管理
- 2.1 druid监控
-
日志管理
- 3.1 用户登录日志
-
CMS管理
- 4.1 新闻管理(富文本ckeditor,上传图片bootstrap fileinput)
API服务
Api模块采用Swagger2做接口文档说明,实用jjwt做接口安全认证
技术选型
1、后端
- 核心框架:Spring Boot
- 安全框架:Apache Shiro
- 持久层框架:Mybatis Mybatis plus
- 模板引擎:thymeleaf
- 数据库连接池:Alibaba Druid
- 缓存框架:Ehcache
- 日志管理:Log4j2
- 工具类:feilong-core
- 接口文档:Swagger2
- 接口安全:jjwt
2、前端
- JS框架:jQuery
- UI框架:Amaze UI
- 客户端验证:Jquery-validation
- 树结构控件:JsTree
- 弹出层:Layer
- 富文本: ckeditor
- 上传文件 : bootstrap fileinput
- 表格插件:DLShouWen Grid(新版)
3、鸣谢 1.webside 2.mybatis-plus 3.feilong-core
QQ讨论群:593460183
后台界面