# base_frame **Repository Path**: cncupid/base_frame ## Basic Information - **Project Name**: base_frame - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-26 - **Last Updated**: 2021-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基础架构 =========================== ###########环境依赖 JDK 1.8 MySQL 5.7 ###########部署步骤 ########### 目录结构描述 ├── README.MD // help ├── base-dao // 数据库连接层 ├── base-common // 工具类 ├── base-web-admin // 管理后台接口 │ ├── application.yml │ ├── application-dev.yml │ └── logback-spring.xml // 日志 | └── base-web-portal // 门户前台接口 ├── application.yml ├── application-dev.yml └── logback-spring.xml // 日志