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 7f77acdf22 时间格式 2 weeks ago
gradle/wrapper 首次提交:上传项目基础代码 1 month ago
jar 首次提交:上传项目基础代码 1 month ago
lib 首次提交:上传项目基础代码 1 month ago
logs 首次提交:上传项目基础代码 1 month ago
sql 首次提交:上传项目基础代码 1 month ago
src/main 时间格式 2 weeks ago
.gitignore lcdt 1 month ago
Dockerfile 首次提交:上传项目基础代码 1 month ago
README.md 首次提交:上传项目基础代码 1 month ago
build.gradle 首次提交:上传项目基础代码 1 month ago
docker-compose.yml 首次提交:上传项目基础代码 1 month ago
gradle.properties 首次提交:上传项目基础代码 1 month ago
gradlew 首次提交:上传项目基础代码 1 month ago
gradlew.bat 首次提交:上传项目基础代码 1 month ago
settings.gradle 首次提交:上传项目基础代码 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 静态资源