云平台后端代码

Rgx c55496bd26 kubesphere配置bug修改 1 år sedan
db 3d77bd613d first commit 2 år sedan
src c55496bd26 kubesphere配置bug修改 1 år sedan
.gitignore 3d77bd613d first commit 2 år sedan
Dockerfile 3d77bd613d first commit 2 år sedan
Jenkinsfile 3d77bd613d first commit 2 år sedan
LICENSE 3d77bd613d first commit 2 år sedan
README.md 3d77bd613d first commit 2 år sedan
deploy.sh 3d77bd613d first commit 2 år sedan
docker-compose.yml 3d77bd613d first commit 2 år sedan
gaspre.spec 3d77bd613d first commit 2 år sedan
pom.xml 3d77bd613d first commit 2 år sedan
test.sh 3d77bd613d first commit 2 år sedan
yarn.lock 3d77bd613d first commit 2 år sedan

README.md

实现了静态调用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 静态资源


技术选型:

  • 核心框架:Spring Boot 2.1
  • 安全框架:Apache Shiro 1.4
  • 视图框架:Spring MVC 5.0
  • 持久层框架:MyBatis 3.3
  • 定时器:Quartz 2.3
  • 数据库连接池:Druid 1.0
  • 日志管理:SLF4J 1.7、Log4j
  • 页面交互:Vue2.x