# 口算速算小游戏 **Repository Path**: zhangxinlin/countgame ## Basic Information - **Project Name**: 口算速算小游戏 - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-20 - **Last Updated**: 2022-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # countgame #### 介绍 速算小游戏,练习口算 #### 软件架构 开发框架springboot+jpa 在线参考:http://xinzhihuo.top/countgame/user/toGame #### 安装教程 1. 新建数据库,不需要建表,然后在appllication.yml修改数据库配置, 2. 运行CountgameApplicaion.java的main方法即可 #### 部署说明 用docker部署的方式: 1. linux配置docker远程端口,防火墙开放2375 2. 修改windows的环境变量->系统变量->新增环境变量 DOCKER_HOST=tcp://192.168.10.100:2375 3. 执行maven命令上传镜像到linux上 mvn clean package dockerfile:build 4. 在linux执行docker命令 docker run -d --name countgame -p 8082:8082 容器id 5. 查看启动日志 docker logs -f -t --tail 200 countgame 6. 进入容器查看日志 docker exec -it 容器id /bin/bash #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)