|
|
1 년 전 | |
|---|---|---|
| .settings | 1 년 전 | |
| bdty-admin | 1 년 전 | |
| bdty-api | 1 년 전 | |
| bdty-common | 1 년 전 | |
| bdty-dynamic-datasource | 1 년 전 | |
| bdty-generator | 1 년 전 | |
| renren-ui | 1 년 전 | |
| .gitignore | 1 년 전 | |
| .project | 1 년 전 | |
| LICENSE | 1 년 전 | |
| README.md | 1 년 전 | |
| docker-compose.yml | 1 년 전 | |
| pom.xml | 1 년 전 | |
我们提供了微信交流群,扫码下面的二维码,关注【人人开源】公众号,回复【加群】,即可根据提示加入微信群!

项目结构
renren-security
├─renren-common 公共模块
│
├─renren-admin 管理后台
│ ├─db 数据库SQL脚本
│ │
│ ├─modules 模块
│ │ ├─job 定时任务
│ │ ├─log 日志管理
│ │ ├─oss 文件存储
│ │ ├─security 安全模块
│ │ └─sys 系统管理(核心)
│ │
│ └─resources
│ ├─mapper MyBatis文件
│ ├─public 静态资源
│ └─application.yml 全局配置文件
│
│
├─renren-api API服务
│
├─renren-generator 代码生成器
│ └─resources
│ ├─mapper MyBatis文件
│ ├─template 代码生成器模板(可增加或修改相应模板)
│ ├─application.yml 全局配置文件
│ └─generator.properties 代码生成器,配置文件
│
├─renren-ui Vue3前端工程
技术选型:
软件需求
本地部署