全局相关参数(develop)
# 人人商城
| 名称 | 值 | 备注/描述信息 |
| :--: | :--: | :--: |
| 仓库地址 | https://gitee.com/pengzexuan2001/renren-shop.git | 人人商城代码仓库地址 |
| 作者Email | pengzexuan2001@gmail.com | NULL |
| 包名 | edu.ustl.renrenmall.* | “*”为对应的微服务名称 |
| 模块名 | renrenmall-* | 数据库密码(为空) |
# 微服务
| 名称 | 对应数据库 | 备注/描述信息 |
| :--: | :--: | :--: |
| product | renrenmall_pms | 人人商城-商品服务 |
| ware | renrenmall_wms | 人人商城-仓储服务 |
| order | renremmall_oms | 人人商城-订单服务 |
| member | renrenmall_ums | 人人商城-会员服务 |
| coupon | renrenmall_sms | 人人商城-优惠卷服务 |
| third-party | NULL | 人人商城-第三方服务 |
# MySQL
| 名称 | 值 | 备注/描述信息 |
| :--: | :--: | :--: |
| URL | localhost | 数据库地址 |
| Port | 3306 | 数据库端口号 |
| username | root | 数据库用户名 |
| password | | 数据库密码(为空) |
|renrenmall-admin|NULL|后台管理系统数据库|
# Redis
| 名称 | 值 | 备注/描述信息 |
| :--: | :--: | :--: |
| URL | localhost | Redis地址 |
| Port | 6379 | Redis端口号 |
| username | | Redis用户名 (为空) |
| password | | Redis密码(为空) |