# quiz **Repository Path**: huoqu/quiz ## Basic Information - **Project Name**: quiz - **Description**: 问答系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-03 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # quiz #### 介绍 问答系统 ### 部署 ### 依赖 - Git - JDK - Maven - MySQL ### 步骤 - yum update - yum install git - mkdir app - cd app - git clone https://gitee.com/huoqu/quiz.git - yum install maven - mvn -v - mvn clone compile package - cp src/main/resources/application.properties src/main/resources/application-pro.properties - vim src/main/resources/application-pro.properties mvn package java -jar -Dspring-profiles.active=pro target/quiz-0.0.1-SNAPSHOT.jar #### 软件架构 [软件架构说明] 采用Postman测试API接口 ### 使用文档说明 [系统支持文档] 下载地址:https://gitee.com/huoqu/quiz.git BootStrap文档:https://v3.bootcss.com/components/ GitHub开发文档:https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/ Visual-Paradigm:https://www.visual-paradigm.com/cn/ Flyway:https://flywaydb.org/getstarted/firststeps/maven#migrating-the-database Markdown:http://editor.md.ipandao.com/ 图片储存阿里云提供OSS服务:https://www.aliyun.com/ #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. JDK1.8 2. Idea 3. Maven #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request