dzx ee681c6252 考勤统计导出调整 | hace 1 día | |
---|---|---|
src | hace 1 día | |
.drone.yml | hace 3 semanas | |
.gitignore | hace 1 año | |
Dockerfile | hace 1 año | |
Makefile | hace 10 meses | |
README.md | hace 1 año | |
docker-compose-dev.yml | hace 10 meses | |
docker-compose-pre.yml | hace 10 meses | |
http-nio-8080-exec-10temp.jpeg | hace 2 meses | |
oauth2.md | hace 1 año | |
pom.xml | hace 1 mes | |
pom.xml.back.xml | hace 1 año | |
ter | hace 2 semanas |
项目说明
具有如下特点
项目结构
xjrsoft-boot
├─common 公共模块
│ ├─annotation 常用注解
│ ├─aspect 系统日志
│ ├─exception 异常处理
│ ├─enums 后台枚举
│ ├─constant 后台常量
│ ├─handler 处理器
│ ├─model 常用数据模型
│ │ ├─base 实体类父类
│ │ ├─datasrouce 数据源有关模型封装
│ │ ├─generator 代码生成器有关模型封装
│ │ ├─result 返回值封装
│ │ └─tree 树结构模型封装
│ ├─page 分页工具类
│ ├─satoken 权限框架注解鉴权实现类
│ ├─tree 树结构接口 --用于限定数据结构
│ ├─utils 各种工具类
│ └─xss XSS过滤
│
├─config 配置信息
│
├─modules 功能模块
│ ├─bi 数据大屏模块
│ ├─generator 代码生成器模块
│ ├─oss 文件服务模块
│ ├─organization 组织架构模块
│ ├─form 自定义表单模块
│ ├─report 报表模块
│ └─system 系统管理模块
│
├─XjrsoftApplication 项目启动类
│
├──resources
│ ├─mapper SQL对应的XML文件
│ │─template freemark模板文件
│ │─banner 启动banner图
│ └─logback 日志配置文件
技术选型:
注意事项: