Home

Awesome

SpringBoot集成MyBatisPlus

纯jar包集成SpringBoot请参考:bootplus

GitHub:https://github.com/JoeyBling/SpringBoot_MyBatisPlus

码云:https://gitee.com/zhousiwei/springboot_mybatisplus

欢迎使用和Star支持,如使用过程中碰到问题,可以提出Issue,我会尽力完善

项目结构


wstro
├── sql  -- 项目SQL语句
│
├── App -- 项目启动类
│
├── config -- 配置信息
│
├── controller -- 控制器
|    ├── admin -- 后台管理员控制器
│
├── service -- 业务逻辑接口
|    ├── impl -- 业务逻辑接口实现类
│
├── dao -- 数据访问接口
│
├── entity--  数据持久化实体类
│
├── datasources -- 多数据源工具类
│
├── shiro -- Shiro验证框架
│
├── task -- Quartz定时任务
│
├── util -- 工具类
|    ├── FreeMarker -- 自定义FreeMarker标签
│
├── resources
|    ├── mapper -- SQL对应的XML文件
|    ├── templates -- FreeMarker模版
│
├── webapp
|    ├── statics -- 静态资源
|    ├── upload -- 上传文件
|    ├── WEB-INF
|    |    ├── templates -- 页面FreeMarker模版

技术选型:


本地部署


演示效果图: