# AdvertisementManagementSystem **Repository Path**: lgsg/AdvertisementManagementSystem ## Basic Information - **Project Name**: AdvertisementManagementSystem - **Description**: 广告管理系统 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2019-07-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AdvertisementManagementSystem #### 介绍 本项目是一个广告位管理系统,后台基于springboot与JPA实现,管理系统包括广告位管理,小区 管理,商圈管理,地区管理,订单管理,工人任务管理,用户管理等模块。 #### 项目技术架构 1. Springboot 2. SpringDataJpa 3. SpringSecurity 4. Mysql #### 项目运行环境 工具 | 版本 ---- | ----- JDK | 1.8 Maven| 3.6+ Mysql| 8.0 #### 项目目录 ├─src ├─main ├─java ├─com ├─asm ├── config -- 配置类 ├── controller -- 后台管理系统接口 ├── dto -- 数据传输类 ├── entity -- 实体类 ├── repository -- 数据访问类 ├── service -- 数据访问服务类 ├── util -- 工具类 └── vo -- 视图对象类 #### 项目启动 1. 搜索idea插件仓库,安装插件lombok 2. clone项目到本地 3. 数据库脚本放在sql目录下,在Mysql中执行脚本 4. 数据库配置在resources目录下的application-dev.properties文件中, 配置本地的数据库 5. 在Intellij IDEA中运行项目 #### 参与贡献 * @[Zhuang](https://gitee.com/zhuangguiman) * @[morningbear](https://gitee.com/morningbear) * @[Michael_Zhang_Yufu](https://gitee.com/zhangyufu) * @[ZYTZJ](https://gitee.com/ZanderTan) * @[cucurbitaceaer](https://gitee.com/cucurbitaceaer) #### 开源协议 * GPL3.0