CCL_QMS检验
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
han\hanst a2531cbc74 设备采集exe 1 week ago
..
gradle cclqms第一次上传 1 month ago
src 设备采集exe 1 week ago
.gitignore cclqms第一次上传 1 month ago
Dockerfile cclqms第一次上传 1 month ago
LICENSE cclqms第一次上传 1 month ago
README.md cclqms第一次上传 1 month ago
build.gradle cclqms第一次上传 1 month ago
gradlew cclqms第一次上传 1 month ago
gradlew.bat cclqms第一次上传 1 month ago
lombok.config cclqms第一次上传 1 month ago
settings.gradle cclqms第一次上传 1 month ago

README.md

项目结构

gaotao-fast
├─db  项目SQL语句
│
├─common 公共模块
│  ├─aspect 系统日志
│  ├─exception 异常处理
│  ├─validator 后台校验
│  └─xss XSS过滤
│ 
├─config 配置信息
│ 
├─modules 功能模块
│  ├─app API接口模块(APP调用)
│  ├─job 定时任务模块
│  ├─oss 文件服务模块
│  └─sys 权限模块
│ 
├─gaotaoApplication 项目启动类
│  
├──resources 
│  ├─mapper SQL对应的XML文件
│  └─static 静态资源