# 软件设计大作业 **Repository Path**: Ming_jun_jun/software-design-homework ## Basic Information - **Project Name**: 软件设计大作业 - **Description**: 软件设计课程的期末大作业所用的仓库,开发项目为游戏人生商城网站。使用技术包括springboot,springcloud。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-06-17 - **Last Updated**: 2023-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springcloud-Bigwork #### 介绍 Spring cloud 游戏人生网站项目 开发人员:周名俊 目的: 综合应用 spring cloud进行微服务架构开发,同时作为软件设计的期末大作业。 #### 开发环境 操作系统 : windows Java环境 : JDK1.8(不能使用高版本) 开发工具 : Idea 2021 数据库: mysql 5.5以上 spring cloud : Greenwich.SR2 spring boot : 2.1.7 Release #### 测试方法 - 数据库使用本机localhost配置MySQL b2bdata.sql 和 b2bgoods.sql。 - common 模块中 install - 启动 eureka-server - 启动 user-provider,注意修改数据库连接密码 - 启动 user-consumer - 访问 http://localhost:8893/admin/tologin zmj , 123 - goods-provider 修改 application.yml,注意数据库配置 - 运行 goods-provider 中的单元测试程序 访问 http://localhost:8896/goods/getAll 数据库:b2bdata,b2bgood 数据库E-R图: ![输入图片说明](goods-consumer/src/main/resources/static/img/7.PNG) ![输入图片说明](goods-consumer/src/main/resources/static/img/6.jpg) 运行效果截图: ![输入图片说明](goods-consumer/src/main/resources/static/img/1.PNG) ![输入图片说明](goods-consumer/src/main/resources/static/img/22.PNG) ![输入图片说明](goods-consumer/src/main/resources/templates/img/bh1.PNG) ![输入图片说明](goods-consumer/src/main/resources/static/img/3.PNG) ![输入图片说明](goods-consumer/src/main/resources/static/img/4.PNG) ![输入图片说明](goods-consumer/src/main/resources/static/img/5.PNG)