提交 1f1d8b49 编写于 作者: H haoxr

doc:更新项目文档、sql和nacos配置

上级 ebe909c2
......@@ -68,21 +68,21 @@ youlai-mall
├── nacos -- Nacos配置文件
├── sql -- mysql数据库脚本
├── mall-oms
├── oms-api -- 订单微服务的远程调用客户端
├── oms-biz -- 订单微服务
├── oms-api -- 订单对外Feign接口
├── oms-boot -- 订单中心
├── mall-pms
├── pms-api -- 商品微服务的远程调用客户端
├── pms-boot -- 商品微服务
├── pms-search -- 商品搜索微服务
├── pms-api -- 商品中心对外Feign接口
├── pms-boot -- 商品中心
├── pms-search -- 商品搜索
├── mall-sms
├── sms-api -- 营销微服务的远程调用客户端
├── sms-boot -- 营销微服务
├── sms-api -- 营销中心对外Feign接口
├── sms-boot -- 营销中心
├── mall-ums
├── ums-api -- 会员微服务的远程调用客户端
├── ums-boot -- 会员微服务
├── ums-api -- 会员中心对外Feign接口
├── ums-boot -- 会员中心
├── youlai-admin
├── admin-api -- 系统管理微服务的远程调用客户端
├── admin-boot -- 系统管理微服务
├── admin-api -- 系统管理对外Feign接口
├── admin-boot -- 系统管理
├── youlai-auth -- 认证中心【Oauth2认证服务器】
├── youlai-common -- 公共模块
└── youlai-gateway -- Gateway网关【Oauth2资源服务器】
......
......@@ -12,30 +12,3 @@ spring:
server-addr: ${spring.cloud.nacos.discovery.server-addr}
file-extension: yaml
# 全局参数设置
ribbon:
ReadTimeout: 10000
ConnectTimeout: 10000
SocketTimeout: 10000
MaxAutoRetries: 0
MaxAutoRetriesNextServer: 1
# 分布式事务配置
seata:
tx-service-group: mall_tx_group
enable-auto-data-source-proxy: true
registry:
type: nacos
nacos:
server-addr: c.youlai.store:8848
namespace: seata_namespace_id
group: SEATA_GROUP
config:
type: nacos
nacos:
server-addr: c.youlai.store:8848
namespace: seata_namespace_id
group: SEATA_GROUP
......@@ -15,37 +15,4 @@ spring:
namespace: prod_namespace_id
# 分布式事务配置
seata:
tx-service-group: mall_tx_group
enable-auto-data-source-proxy: true
registry:
type: nacos
nacos:
server-addr: c.youlai.store:8848
namespace: seata_namespace_id
group: SEATA_GROUP
config:
type: nacos
nacos:
server-addr: c.youlai.store:8848
namespace: seata_namespace_id
group: SEATA_GROUP
# 全局参数设置
ribbon:
ReadTimeout: 10000
ConnectTimeout: 10000
SocketTimeout: 10000
MaxAutoRetries: 0
MaxAutoRetriesNextServer: 1
# 站长支付API配置
zzf:
AppKey: c35332f4d84646f7
AppSecret: 1c93baadf7544f5faa5b5c6e02ef4307
CreateOrderURL: https://admin.zhanzhangfu.com/order/createOrder
FindOrderURL: https://admin.zhanzhangfu.com/order/onlinePayFindResult
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册