演示: http://books.zealon.cn/
git: https://github.com/zealon159/book-ms-interface
具有以下特点:
截图:
工程结构:
- src/main/java
- cn.zealon.book
- app / 业务应用包
- book / 图书
- dictionary / 数据字典
- index / 系统主页
- user / 用户信息
- common / 公共包
- base / 抽象基类
- config / 工程配置
- domain / 公共域对象
- result / 响应结果封装
- utils / 工具类
- core / 核心包
- cache / 缓存
- datasource / 数据源
- exception / 异常处理
- log / 操作日志
- schedule / 调度任务
- system / 系统功能包
- attachment / 附件
- org / 组织、用户、角色、权限
- security / 安全处理(shiro)
- Application.java / 项目启动类
- src/main/resources
- mappers / MyBatis 映射文件
- application.yml / 应用配置文件
- application-dev.yml / 开发环境配置
- application-prod.yml / 生产环境配置
1
0x663 2020-04-13 09:56:16 +08:00
可以加入租借系统吗?
|
2
zealon OP @liushaokang 可以啊,这个只是个简单的权限模型,加入租赁系统的话需要根据自己的业务设计合适的权限,然后再开发业务模块。
|
3
dlqingxi 2020-04-13 11:33:06 +08:00
别的不说。背景图大好评。
|
4
OxO 2020-04-13 12:10:43 +08:00
感谢,搞下来学习学习
|
5
liliumss 2020-04-13 12:23:09 +08:00
谢谢 学习下
|
6
EarthChild 2020-04-13 12:39:46 +08:00
这个结构很舒服。已 star
|
7
ZredoC 2020-04-13 13:37:47 +08:00
学习,支持
|
8
sprit 2020-04-13 14:26:55 +08:00
后台是饿了么吗
|
9
sprit 2020-04-13 14:27:36 +08:00
看到源码了感谢 学习一波
|