Rgx c55496bd26 kubesphere配置bug修改 | 1 year ago | |
---|---|---|
db | 2 years ago | |
src | 1 year ago | |
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
Jenkinsfile | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
deploy.sh | 2 years ago | |
docker-compose.yml | 2 years ago | |
gaspre.spec | 2 years ago | |
pom.xml | 2 years ago | |
test.sh | 2 years ago | |
yarn.lock | 2 years ago |
实现了静态调用kubepshere API,并成功在集群上部署
项目结构
renren-fast
├─db 项目SQL语句
│
├─common 公共模块
│ ├─aspect 系统日志
│ ├─exception 异常处理
│ ├─validator 后台校验
│ └─xss XSS过滤
│
├─config 配置信息
│
├─modules 功能模块
│ ├─app API接口模块(APP调用)
│ ├─job 定时任务模块
│ ├─oss 文件服务模块
│ └─sys 权限模块
│
├─RenrenApplication 项目启动类
│
├──resources
│ ├─mapper SQL对应的XML文件
│ └─static 静态资源
技术选型: