# picture-backend **Repository Path**: returX/picture-backend ## Basic Information - **Project Name**: picture-backend - **Description**: 相册项目的后端部分 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # picture-backend #### 介绍 相册项目的后端部分 #### 使用说明 1. 创建picture数据库 2. 运行resources/sql文件夹下的sql文件 **开发时请新建一个分支** #### 结构说明 - annotation 注解 - config 配置文件 - controller 控制器 - dao mapper接口 - entity 实体类 - intercepter 拦截器 - service service接口 - impl service实现类 - utils 工具包 - resources - mapper mapper映射文件(xml) - sql 初始化sql - application.yml 配置文件