本文在我的技术博客【鸟不拉屎】同步发布,详情可猛戳 亦可扫描文章末尾二维码关注我的公众号【鸟不拉屎】html
springboot学习地址:www.ityouknow.com/spring-boot…java
shiro学习地址:jinnianshilongnian.iteye.com/blog/201839…mysql
在线演示地址:manage.niaobulashi.comlinux
登陆名和密码:niaobulashi/niaobulashigit
niaobulashi
├─niaobulashi-admin 管理后台
│ ├─db 数据库SQL脚本
│ │
│ ├─modules 模块
│ │ ├─job 定时任务
│ │ ├─oss 文件存储
│ │ └─sys 系统管理(核心)
│ │
│ └─resources
│ ├─mapper MyBatis文件
│ ├─statics 静态资源
│ ├─template 系统页面
│ │ ├─modules 模块页面
│ │ ├─index.html AdminLTE主题风格(默认主题)
│ │ └─index1.html 主题风格
│ └─application.yml 全局配置文件
├─niaobulashi-api API服务
├─niaobulashi-common 公共模块
├─niaobulashi-dynamic-datasource 多数据源
├─niaobulashi-generator 代码生成器
│ └─resources
│ ├─mapper MyBatis文件
│ ├─template 代码生成器模板(可增长或修改相应模板)
│ ├─application.yml 全局配置文件
│ └─generator.properties 代码生成器,配置文件
│
复制代码
核心框架:Spring Boot 2.1 安全框架:Apache Shiro 1.4 视图框架:Spring MVC 5.0 持久层框架:MyBatis 3.5 定时器:Quartz 2.3 数据库链接池:Druid 1.1 日志管理:SLF4J 1.七、Log4j 页面交互:Vue2.xgithub
ps:日报管理模块没有实际功能,只是个菜单而已,后期进行维护spring
欢迎一块儿讨论和学习sql
公众号:鸟不拉屎数据库