# fooder **Repository Path**: ch_bread/fooder ## Basic Information - **Project Name**: fooder - **Description**: 在线点餐系统 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-25 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fooder #### 介绍 在线点餐系统 #### 软件架构 软件架构说明 前端框架: jqeury+ easyui 后端框架:Spring +SpringMVC +Mybatis 数据库:mysql 5.6 服务部署 :linux / windows #### 启动教程 1. 初始化数据脚本 2. 本地maven 编译项目 3. 服务器启动 tomcat 中的 war 包名称要改为 ROOT 4. 本地开发工具启动 eclipse 部署时,项目名要改为 ROOT idea 直接导入启动就可以 #### 使用说明 1. 目录说明 1.前端页面 ![输入图片说明](https://images.gitee.com/uploads/images/2019/0326/180605_c8197be2_2182950.jpeg "1553594720(1).jpg") 2.后台管理页面 ![输入图片说明](https://images.gitee.com/uploads/images/2019/0326/180749_0ecb85ad_2182950.jpeg "1553594853(1).jpg") 3.配置文件 ![输入图片说明](https://images.gitee.com/uploads/images/2019/0326/180805_c9659b42_2182950.jpeg "1553594834(1).jpg") 4. cache 包 为缓存类 util 包 为工具类 service 为业务代码 controller为控制层代码 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request